Html Css Color HEX #9CAACD Echo Blue

📋 copy color: '#9CAACD'

red 156 ◦ green 170 ◦ blue 205

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

Shades of Echo Blue #9CAACD

Tints of Echo Blue #9CAACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.61%

R = 29.38%
G = 32.02%
B = 38.61%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9CAACD (or 0x9CAACD) is known color: Echo Blue. HEX triplet: 9C, AA and CD. RGB value is (156,170,205). Sum of RGB (Red+Green+Blue) = 156+170+205=531 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.38% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #9CAACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAACD is #635532. Grayscale: #A9A9A9. Windows color (decimal): -6509875 or 13478556. OLE color: 13478556.

HSL color Cylindrical-coordinate representation of color #9CAACD: hue angle of 222.86º 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 #9CAACD is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 170 205 -
CMYK 0.24 0.17 0 0.20
HSL 222.86º 0.33% 0.71% -
HSV(B) 222.86º 0.24% 0.8% -
XYZ 39.1 40.23 63.46 -
YUV 169.8 147.86 118.15 -
System Red Green Blue C M Y K H S L
Decimal 156 170 205 0.24 0.17 0 0.20 222.86 0.33 0.71
Hex 9C AA CD 18 11 0 14 DF 21 47
Octal 234 252 315 30 21 0 24 337 41 107
Binary 10011100 10101010 11001101 11000 10001 0 10100 11011111 100001 1000111

Color Harmonies of #9CAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAACD

Black with #9CAACD

Text Example


Text Example

White with #9CAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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