#9BB8EB

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

Shades of Perano #9BB8EB

Tints of Perano #9BB8EB

Color information

#9BB8EB (or 0x9BB8EB) is unknown color: approx Perano. HEX triplet: 9B, B8 and EB. RGB value is (155,184,235). Sum of RGB (Red+Green+Blue) = 155+184+235=574 (76% of max value = 765). Red value is 155 (60.94% from 255 or 27.00% from 574); Green value is 184 (72.27% from 255 or 32.06% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BB8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB8EB is #644714. Grayscale: #B4B4B4. Windows color (decimal): -6571797 or 15448219. OLE color: 15448219.

HSL color Cylindrical-coordinate representation of color #9BB8EB: hue angle of 218.25º degrees, saturation: 0.67, 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 #9BB8EB is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155184235-
CMYK0.340.2200.08
HSL218.25º66.67%76.47%-
HSV(B)218.25º34.04%92.16%-
XYZ45.6547.2585.31-
YUV181.14158.39109.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.00%
GREEN value IS 184 (72.27% from 255) = 32.06%
BLUE value IS 235 (92.19% from 255) = 40.94%
R=27.00%
G=32.06%
B=40.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551842350.340.2200.08218.2566.6776.47
Hex9BB8EB221608da434c
Octal2332703534226010332103114
Binary10011011101110001110101110001010110010001101101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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