#96BBFB

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

Shades of Perano #96BBFB

Tints of Perano #96BBFB

Color information

#96BBFB (or 0x96BBFB) is unknown color: approx Perano. HEX triplet: 96, BB and FB. RGB value is (150,187,251). Sum of RGB (Red+Green+Blue) = 150+187+251=588 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.51% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #96BBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BBFB is #694404. Grayscale: #B6B6B6. Windows color (decimal): -6898693 or 16497558. OLE color: 16497558.

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

Color convert

RGB150187251-
CMYK0.400.2500.02
HSL218.02º92.66%78.63%-
HSV(B)218.02º40.24%98.43%-
XYZ47.7648.9998.21-
YUV183.23166.24104.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.51%
GREEN value IS 187 (73.44% from 255) = 31.80%
BLUE value IS 251 (98.44% from 255) = 42.69%
R=25.51%
G=31.80%
B=42.69%

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
Decimal1501872510.400.2500.02218.0292.6678.63
Hex96BBFB281902da5d4f
Octal226273373503102332135117
Binary100101101011101111111011101000110010101101101010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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