#96AEFB

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

Shades of Perano #96AEFB

Tints of Perano #96AEFB

Color information

#96AEFB (or 0x96AEFB) is unknown color: approx Perano. HEX triplet: 96, AE and FB. RGB value is (150,174,251). Sum of RGB (Red+Green+Blue) = 150+174+251=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #96AEFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96AEFB is #695104. Grayscale: #AFAFAF. Windows color (decimal): -6902021 or 16494230. OLE color: 16494230.

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

Color convert

RGB150174251-
CMYK0.400.3100.02
HSL225.74º92.66%78.63%-
HSV(B)225.74º40.24%98.43%-
XYZ45.1343.7297.33-
YUV175.6170.55109.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.09%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 251 (98.44% from 255) = 43.65%
R=26.09%
G=30.26%
B=43.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501742510.400.3100.02225.7492.6678.63
Hex96AEFB281F02e25d4f
Octal226256373503702342135117
Binary100101101010111011111011101000111110101110001010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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