#9CADF0

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

Shades of Perano #9CADF0

Tints of Perano #9CADF0

Color information

#9CADF0 (or 0x9CADF0) is unknown color: approx Perano. HEX triplet: 9C, AD and F0. RGB value is (156,173,240). Sum of RGB (Red+Green+Blue) = 156+173+240=569 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.42% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #9CADF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CADF0 is #63520F. Grayscale: #AFAFAF. Windows color (decimal): -6509072 or 15773084. OLE color: 15773084.

HSL color Cylindrical-coordinate representation of color #9CADF0: hue angle of 227.86º 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 #9CADF0 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB156173240-
CMYK0.350.2800.06
HSL227.86º73.68%77.65%-
HSV(B)227.86º35%94.12%-
XYZ44.3843.2588.45-
YUV175.56164.37114.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.42%
GREEN value IS 173 (67.97% from 255) = 30.40%
BLUE value IS 240 (94.14% from 255) = 42.18%
R=27.42%
G=30.40%
B=42.18%

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
Decimal1561732400.350.2800.06227.8673.6877.65
Hex9CADF0231C06e44a4e
Octal234255360433406344112116
Binary1001110010101101111100001000111110001101110010010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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