#9DAFCF

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

Shades of Echo Blue #9DAFCF

Tints of Echo Blue #9DAFCF

Color information

#9DAFCF (or 0x9DAFCF) is unknown color: approx Echo Blue. HEX triplet: 9D, AF and CF. RGB value is (157,175,207). Sum of RGB (Red+Green+Blue) = 157+175+207=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #9DAFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAFCF is #625030. Grayscale: #ADADAD. Windows color (decimal): -6443057 or 13610909. OLE color: 13610909.

HSL color Cylindrical-coordinate representation of color #9DAFCF: hue angle of 218.4º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DAFCF is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB157175207-
CMYK0.240.1500.19
HSL218.4º34.25%71.37%-
HSV(B)218.4º24.15%81.18%-
XYZ40.542.3365.07-
YUV173.27147.04116.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.13%
GREEN value IS 175 (68.75% from 255) = 32.47%
BLUE value IS 207 (81.25% from 255) = 38.40%
R=29.13%
G=32.47%
B=38.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1571752070.240.1500.19218.434.2571.37
Hex9DAFCF18F013da2247
Octal235257317301702333242107
Binary100111011010111111001111110001111010011110110101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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