#9CAFD5

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

Shades of Echo Blue #9CAFD5

Tints of Echo Blue #9CAFD5

Color information

#9CAFD5 (or 0x9CAFD5) is unknown color: approx Echo Blue. HEX triplet: 9C, AF and D5. RGB value is (156,175,213). Sum of RGB (Red+Green+Blue) = 156+175+213=544 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.68% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 213 - color contains mainly: blue. Hex color #9CAFD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAFD5 is #63502A. Grayscale: #ADADAD. Windows color (decimal): -6508587 or 14004124. OLE color: 14004124.

HSL color Cylindrical-coordinate representation of color #9CAFD5: hue angle of 220º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CAFD5 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB156175213-
CMYK0.270.1800.16
HSL220º40.43%72.35%-
HSV(B)220º26.76%83.53%-
XYZ41.0542.5369-
YUV173.65150.21115.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.68%
GREEN value IS 175 (68.75% from 255) = 32.17%
BLUE value IS 213 (83.59% from 255) = 39.15%
R=28.68%
G=32.17%
B=39.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1561752130.270.1800.1622040.4372.35
Hex9CAFD51B12010dc2848
Octal234257325332202033450110
Binary1001110010101111110101011101110010010000110111001010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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