#9BB8EA

Color #9BB8EA Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #9BB8EA

Tints of Perano #9BB8EA

Color information

#9BB8EA (or 0x9BB8EA) is unknown color: approx Perano. HEX triplet: 9B, B8 and EA. RGB value is (155,184,234). Sum of RGB (Red+Green+Blue) = 155+184+234=573 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.05% from 573); Green value is 184 (72.27% from 255 or 32.11% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BB8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB8EA is #644715. Grayscale: #B4B4B4. Windows color (decimal): -6571798 or 15382683. OLE color: 15382683.

HSL color Cylindrical-coordinate representation of color #9BB8EA: hue angle of 217.97º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BB8EA is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155184234-
CMYK0.340.2100.08
HSL217.97º65.29%76.27%-
HSV(B)217.97º33.76%91.76%-
XYZ45.5147.1984.55-
YUV181.03157.89109.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 27.05%
GREEN value IS 184 (72.27% from 255) = 32.11%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=27.05%
G=32.11%
B=40.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551842340.340.2100.08217.9765.2976.27
Hex9BB8EA221508da414c
Octal2332703524225010332101114
Binary10011011101110001110101010001010101010001101101010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BB8EA; }

 p { color: rgb(155,184,234); }

 H1.HeaderClassName
 {
   color: #9BB8EA;
 }
 .AnyTagClassName
 {
   color: #9BB8EA;
 }
</style>
background-color css

<style>
 a { background-color: #9BB8EA; }

 a { background-color: rgb(155,184,234); }

 div.DivClassName
 {
   background-color: #9BB8EA;
 }
 .BgClassName
 {
   background-color: #9BB8EA;
 }
</style>
border-color css

<style>
 span { border-color: #9BB8EA; }

 span { border-color: rgb(155,184,234); }

 td.TdClassName
 {
   border-color: #9BB8EA;
 }
 .TagClassName
 {
   border-color: #9BB8EA;
 }
</style>