#9DAFCB

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

Shades of Echo Blue #9DAFCB

Tints of Echo Blue #9DAFCB

Color information

#9DAFCB (or 0x9DAFCB) is unknown color: approx Echo Blue. HEX triplet: 9D, AF and CB. RGB value is (157,175,203). Sum of RGB (Red+Green+Blue) = 157+175+203=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #9DAFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAFCB is #625034. Grayscale: #ACACAC. Windows color (decimal): -6443061 or 13348765. OLE color: 13348765.

HSL color Cylindrical-coordinate representation of color #9DAFCB: hue angle of 216.52º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DAFCB is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157175203-
CMYK0.230.1400.20
HSL216.52º30.67%70.59%-
HSV(B)216.52º22.66%79.61%-
XYZ40.0142.1462.52-
YUV172.81145.04116.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.35%
GREEN value IS 175 (68.75% from 255) = 32.71%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=29.35%
G=32.71%
B=37.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571752030.230.1400.20216.5230.6770.59
Hex9DAFCB17E014d91f47
Octal235257313271602433137107
Binary10011101101011111100101110111111001010011011001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,175,203); }

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

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

 a { background-color: rgb(157,175,203); }

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

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

 span { border-color: rgb(157,175,203); }

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