#96BBFA

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

Shades of Perano #96BBFA

Tints of Perano #96BBFA

Color information

#96BBFA (or 0x96BBFA) is unknown color: approx Perano. HEX triplet: 96, BB and FA. RGB value is (150,187,250). Sum of RGB (Red+Green+Blue) = 150+187+250=587 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.55% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #96BBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BBFA is #694405. Grayscale: #B6B6B6. Windows color (decimal): -6898694 or 16432022. OLE color: 16432022.

HSL color Cylindrical-coordinate representation of color #96BBFA: hue angle of 217.8º degrees, saturation: 0.91, 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 #96BBFA is Cyan = 0.4, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150187250-
CMYK0.40.2500.02
HSL217.8º90.91%78.43%-
HSV(B)217.8º40%98.04%-
XYZ47.648.9397.38-
YUV183.12165.74104.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.55%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=25.55%
G=31.86%
B=42.59%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501872500.40.2500.02217.890.9178.43
Hex96BBFA281902da5b4e
Octal226273372503102332133116
Binary100101101011101111111010101000110010101101101010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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