Html Css Color HEX #9CAACC Echo Blue

📋 copy color: '#9CAACC'

red 156 ◦ green 170 ◦ blue 204

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

Shades of Echo Blue #9CAACC

Tints of Echo Blue #9CAACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.49%

R = 29.43%
G = 32.08%
B = 38.49%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9CAACC (or 0x9CAACC) is known color: Echo Blue. HEX triplet: 9C, AA and CC. RGB value is (156,170,204). Sum of RGB (Red+Green+Blue) = 156+170+204=530 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.43% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #9CAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAACC is #635533. Grayscale: #A9A9A9. Windows color (decimal): -6509876 or 13413020. OLE color: 13413020.

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

Color convert

RGB 156 170 204 -
CMYK 0.24 0.17 0 0.2
HSL 222.5º 0.32% 0.71% -
HSV(B) 222.5º 0.24% 0.8% -
XYZ 38.98 40.18 62.83 -
YUV 169.69 147.36 118.24 -
System Red Green Blue C M Y K H S L
Decimal 156 170 204 0.24 0.17 0 0.2 222.5 0.32 0.71
Hex 9C AA CC 18 11 0 14 DE 20 47
Octal 234 252 314 30 21 0 24 336 40 107
Binary 10011100 10101010 11001100 11000 10001 0 10100 11011110 100000 1000111

Color Harmonies of #9CAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAACC

Black with #9CAACC

Text Example


Text Example

White with #9CAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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