#96AFE4

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

Shades of Perano #96AFE4

Tints of Perano #96AFE4

Color information

#96AFE4 (or 0x96AFE4) is unknown color: approx Perano. HEX triplet: 96, AF and E4. RGB value is (150,175,228). Sum of RGB (Red+Green+Blue) = 150+175+228=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 228 - color contains mainly: blue. Hex color #96AFE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFE4 is #69501B. Grayscale: #ADADAD. Windows color (decimal): -6901788 or 14987158. OLE color: 14987158.

HSL color Cylindrical-coordinate representation of color #96AFE4: hue angle of 220.77º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96AFE4 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB150175228-
CMYK0.340.2300.11
HSL220.77º59.09%74.12%-
HSV(B)220.77º34.21%89.41%-
XYZ41.9142.7579.44-
YUV173.57158.72111.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.12%
GREEN value IS 175 (68.75% from 255) = 31.65%
BLUE value IS 228 (89.45% from 255) = 41.23%
R=27.12%
G=31.65%
B=41.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1501752280.340.2300.11220.7759.0974.12
Hex96AFE422170Bdd3b4a
Octal226257344422701333573112
Binary1001011010101111111001001000101011101011110111011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,175,228); }

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

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

 a { background-color: rgb(150,175,228); }

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

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

 span { border-color: rgb(150,175,228); }

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