#9CAFCD

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

Shades of Echo Blue #9CAFCD

Tints of Echo Blue #9CAFCD

Color information

#9CAFCD (or 0x9CAFCD) is unknown color: approx Echo Blue. HEX triplet: 9C, AF and CD. RGB value is (156,175,205). Sum of RGB (Red+Green+Blue) = 156+175+205=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #9CAFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAFCD is #635032. Grayscale: #ACACAC. Windows color (decimal): -6508595 or 13479836. OLE color: 13479836.

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

Color convert

RGB156175205-
CMYK0.240.1500.20
HSL216.73º32.89%70.78%-
HSV(B)216.73º23.9%80.39%-
XYZ40.0642.1463.78-
YUV172.74146.21116.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.10%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=29.10%
G=32.65%
B=38.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561752050.240.1500.20216.7332.8970.78
Hex9CAFCD18F014d92147
Octal234257315301702433141107
Binary100111001010111111001101110001111010100110110011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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