#96BBF8

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

Shades of Perano #96BBF8

Tints of Perano #96BBF8

Color information

#96BBF8 (or 0x96BBF8) is unknown color: approx Perano. HEX triplet: 96, BB and F8. RGB value is (150,187,248). Sum of RGB (Red+Green+Blue) = 150+187+248=585 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.64% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 248 (97.27% from 255 or 42.39% from 585); Max value from RGB is 248 - color contains mainly: blue. Hex color #96BBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BBF8 is #694407. Grayscale: #B6B6B6. Windows color (decimal): -6898696 or 16300950. OLE color: 16300950.

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

Color convert

RGB150187248-
CMYK0.400.2500.03
HSL217.35º87.5%78.04%-
HSV(B)217.35º39.52%97.25%-
XYZ47.2948.895.73-
YUV182.89164.74104.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.64%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 248 (97.27% from 255) = 42.39%
R=25.64%
G=31.97%
B=42.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1501872480.400.2500.03217.3587.578.04
Hex96BBF8281903d9584e
Octal226273370503103331130116
Binary100101101011101111111000101000110010111101100110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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