Html Css Color HEX #9CAADB Echo Blue

📋 copy color: '#9CAADB'

red 156 ◦ green 170 ◦ blue 219

#9CAADB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #9CAADB

Tints of Echo Blue #9CAADB

RGB

 RED value IS 156 (61.33% from 255) = 28.62%

 GREEN value IS 170 (66.8% from 255) = 31.19%

 BLUE value IS 219 (85.94% from 255) = 40.18%

R = 28.62%
G = 31.19%
B = 40.18%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9CAADB (or 0x9CAADB) is known color: Echo Blue. HEX triplet: 9C, AA and DB. RGB value is (156,170,219). Sum of RGB (Red+Green+Blue) = 156+170+219=545 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.62% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CAADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAADB is #635524. Grayscale: #ABABAB. Windows color (decimal): -6509861 or 14396060. OLE color: 14396060.

HSL color Cylindrical-coordinate representation of color #9CAADB: hue angle of 226.67º 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 #9CAADB is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 170 219 -
CMYK 0.29 0.22 0 0.14
HSL 226.67º 0.47% 0.74% -
HSV(B) 226.67º 0.29% 0.86% -
XYZ 40.87 40.93 72.76 -
YUV 171.4 154.86 117.02 -
System Red Green Blue C M Y K H S L
Decimal 156 170 219 0.29 0.22 0 0.14 226.67 0.47 0.74
Hex 9C AA DB 1D 16 0 E E3 2F 4A
Octal 234 252 333 35 26 0 16 343 57 112
Binary 10011100 10101010 11011011 11101 10110 0 1110 11100011 101111 1001010

Color Harmonies of #9CAADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAADB

Black with #9CAADB

Text Example


Text Example

White with #9CAADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CAADB;
 }
 .AnyTagClassName
 {
   color: #9CAADB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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