#9CACF0

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

Shades of Perano #9CACF0

Tints of Perano #9CACF0

Color information

#9CACF0 (or 0x9CACF0) is unknown color: approx Perano. HEX triplet: 9C, AC and F0. RGB value is (156,172,240). Sum of RGB (Red+Green+Blue) = 156+172+240=568 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.46% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #9CACF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CACF0 is #63530F. Grayscale: #AEAEAE. Windows color (decimal): -6509328 or 15772828. OLE color: 15772828.

HSL color Cylindrical-coordinate representation of color #9CACF0: hue angle of 228.57º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CACF0 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB156172240-
CMYK0.350.2800.06
HSL228.57º73.68%77.65%-
HSV(B)228.57º35%94.12%-
XYZ44.1942.8688.38-
YUV174.97164.7114.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.46%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 240 (94.14% from 255) = 42.25%
R=27.46%
G=30.28%
B=42.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1561722400.350.2800.06228.5773.6877.65
Hex9CACF0231C06e54a4e
Octal234254360433406345112116
Binary1001110010101100111100001000111110001101110010110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CACF0; }

 p { color: rgb(156,172,240); }

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

<style>
 a { background-color: #9CACF0; }

 a { background-color: rgb(156,172,240); }

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

<style>
 span { border-color: #9CACF0; }

 span { border-color: rgb(156,172,240); }

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