#96BBF9

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

Shades of Perano #96BBF9

Tints of Perano #96BBF9

Color information

#96BBF9 (or 0x96BBF9) is unknown color: approx Perano. HEX triplet: 96, BB and F9. RGB value is (150,187,249). Sum of RGB (Red+Green+Blue) = 150+187+249=586 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.60% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #96BBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BBF9 is #694406. Grayscale: #B6B6B6. Windows color (decimal): -6898695 or 16366486. OLE color: 16366486.

HSL color Cylindrical-coordinate representation of color #96BBF9: hue angle of 217.58º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96BBF9 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150187249-
CMYK0.400.2500.02
HSL217.58º89.19%78.24%-
HSV(B)217.58º39.76%97.65%-
XYZ47.4548.8696.55-
YUV183165.24104.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.60%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 249 (97.66% from 255) = 42.49%
R=25.60%
G=31.91%
B=42.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501872490.400.2500.02217.5889.1978.24
Hex96BBF9281902da594e
Octal226273371503102332131116
Binary100101101011101111111001101000110010101101101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96BBF9; }

 p { color: rgb(150,187,249); }

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

<style>
 a { background-color: #96BBF9; }

 a { background-color: rgb(150,187,249); }

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

<style>
 span { border-color: #96BBF9; }

 span { border-color: rgb(150,187,249); }

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