#96AFFC

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

Shades of Perano #96AFFC

Tints of Perano #96AFFC

Color information

#96AFFC (or 0x96AFFC) is unknown color: approx Perano. HEX triplet: 96, AF and FC. RGB value is (150,175,252). Sum of RGB (Red+Green+Blue) = 150+175+252=577 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.00% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #96AFFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96AFFC is #695003. Grayscale: #AFAFAF. Windows color (decimal): -6901764 or 16560022. OLE color: 16560022.

HSL color Cylindrical-coordinate representation of color #96AFFC: hue angle of 225.29º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96AFFC is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB150175252-
CMYK0.400.3100.01
HSL225.29º94.44%78.82%-
HSV(B)225.29º40.48%98.82%-
XYZ45.4844.1798.22-
YUV176.3170.72109.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.00%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 252 (98.83% from 255) = 43.67%
R=26.00%
G=30.33%
B=43.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1501752520.400.3100.01225.2994.4478.82
Hex96AFFC281F01e15e4f
Octal226257374503701341136117
Binary10010110101011111111110010100011111011110000110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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