#9CAFDD

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

Shades of Echo Blue #9CAFDD

Tints of Echo Blue #9CAFDD

Color information

#9CAFDD (or 0x9CAFDD) is unknown color: approx Echo Blue. HEX triplet: 9C, AF and DD. RGB value is (156,175,221). Sum of RGB (Red+Green+Blue) = 156+175+221=552 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.26% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CAFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAFDD is #635022. Grayscale: #AEAEAE. Windows color (decimal): -6508579 or 14528412. OLE color: 14528412.

HSL color Cylindrical-coordinate representation of color #9CAFDD: hue angle of 222.46º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CAFDD is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156175221-
CMYK0.290.2100.13
HSL222.46º48.87%73.92%-
HSV(B)222.46º29.41%86.67%-
XYZ42.0942.9574.48-
YUV174.56154.21114.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.26%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=28.26%
G=31.70%
B=40.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561752210.290.2100.13222.4648.8773.92
Hex9CAFDD1D150Dde314a
Octal234257335352501533661112
Binary100111001010111111011101111011010101101110111101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,175,221); }

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

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

 a { background-color: rgb(156,175,221); }

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

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

 span { border-color: rgb(156,175,221); }

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