#96ACFC

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

Shades of Perano #96ACFC

Tints of Perano #96ACFC

Color information

#96ACFC (or 0x96ACFC) is unknown color: approx Perano. HEX triplet: 96, AC and FC. RGB value is (150,172,252). Sum of RGB (Red+Green+Blue) = 150+172+252=574 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.13% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #96ACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ACFC is #695303. Grayscale: #AEAEAE. Windows color (decimal): -6902532 or 16559254. OLE color: 16559254.

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

Color convert

RGB150172252-
CMYK0.400.3200.01
HSL227.06º94.44%78.82%-
HSV(B)227.06º40.48%98.82%-
XYZ44.943.0298.03-
YUV174.54171.71110.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.13%
GREEN value IS 172 (67.58% from 255) = 29.97%
BLUE value IS 252 (98.83% from 255) = 43.90%
R=26.13%
G=29.97%
B=43.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1501722520.400.3200.01227.0694.4478.82
Hex96ACFC282001e35e4f
Octal226254374504001343136117
Binary100101101010110011111100101000100000011110001110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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