#9CAFE0

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

Shades of Echo Blue #9CAFE0

Tints of Echo Blue #9CAFE0

Color information

#9CAFE0 (or 0x9CAFE0) is unknown color: approx Echo Blue. HEX triplet: 9C, AF and E0. RGB value is (156,175,224). Sum of RGB (Red+Green+Blue) = 156+175+224=555 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.11% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #9CAFE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAFE0 is #63501F. Grayscale: #AEAEAE. Windows color (decimal): -6508576 or 14725020. OLE color: 14725020.

HSL color Cylindrical-coordinate representation of color #9CAFE0: hue angle of 223.24º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CAFE0 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB156175224-
CMYK0.300.2200.12
HSL223.24º52.31%74.51%-
HSV(B)223.24º30.36%87.84%-
XYZ42.4943.1176.6-
YUV174.9155.71114.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.11%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 224 (87.89% from 255) = 40.36%
R=28.11%
G=31.53%
B=40.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1561752240.300.2200.12223.2452.3174.51
Hex9CAFE01E160Cdf344b
Octal234257340362601433764113
Binary100111001010111111100000111101011001100110111111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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