#96B9FA

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

Shades of Perano #96B9FA

Tints of Perano #96B9FA

Color information

#96B9FA (or 0x96B9FA) is unknown color: approx Perano. HEX triplet: 96, B9 and FA. RGB value is (150,185,250). Sum of RGB (Red+Green+Blue) = 150+185+250=585 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.64% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #96B9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B9FA is #694605. Grayscale: #B5B5B5. Windows color (decimal): -6899206 or 16431510. OLE color: 16431510.

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

Color convert

RGB150185250-
CMYK0.40.2600.02
HSL219º90.91%78.43%-
HSV(B)219º40%98.04%-
XYZ47.1848.0897.24-
YUV181.94166.4105.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.64%
GREEN value IS 185 (72.66% from 255) = 31.62%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=25.64%
G=31.62%
B=42.74%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501852500.40.2600.0221990.9178.43
Hex96B9FA281A02db5b4e
Octal226271372503202333133116
Binary100101101011100111111010101000110100101101101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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