#9CAFDB

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

Shades of Echo Blue #9CAFDB

Tints of Echo Blue #9CAFDB

Color information

#9CAFDB (or 0x9CAFDB) is unknown color: approx Echo Blue. HEX triplet: 9C, AF and DB. RGB value is (156,175,219). Sum of RGB (Red+Green+Blue) = 156+175+219=550 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.36% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CAFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAFDB is #635024. Grayscale: #AEAEAE. Windows color (decimal): -6508581 or 14397340. OLE color: 14397340.

HSL color Cylindrical-coordinate representation of color #9CAFDB: hue angle of 221.9º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CAFDB is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB156175219-
CMYK0.290.2000.14
HSL221.9º46.67%73.53%-
HSV(B)221.9º28.77%85.88%-
XYZ41.8342.8473.08-
YUV174.34153.21114.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.36%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 219 (85.94% from 255) = 39.82%
R=28.36%
G=31.82%
B=39.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561752190.290.2000.14221.946.6773.53
Hex9CAFDB1D140Ede2f4a
Octal234257333352401633657112
Binary100111001010111111011011111011010001110110111101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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