#96AEFA

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

Shades of Perano #96AEFA

Tints of Perano #96AEFA

Color information

#96AEFA (or 0x96AEFA) is unknown color: approx Perano. HEX triplet: 96, AE and FA. RGB value is (150,174,250). Sum of RGB (Red+Green+Blue) = 150+174+250=574 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.13% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #96AEFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96AEFA is #695105. Grayscale: #AFAFAF. Windows color (decimal): -6902022 or 16428694. OLE color: 16428694.

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

Color convert

RGB150174250-
CMYK0.40.3000.02
HSL225.6º90.91%78.43%-
HSV(B)225.6º40%98.04%-
XYZ44.9743.6696.5-
YUV175.49170.05109.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.13%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 250 (98.05% from 255) = 43.55%
R=26.13%
G=30.31%
B=43.55%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501742500.40.3000.02225.690.9178.43
Hex96AEFA281E02e25b4e
Octal226256372503602342133116
Binary100101101010111011111010101000111100101110001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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