Html Css Color HEX #9AACC8 Echo Blue

📋 copy color: '#9AACC8'

red 154 ◦ green 172 ◦ blue 200

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

Shades of Echo Blue #9AACC8

Tints of Echo Blue #9AACC8

RGB

 RED value IS 154 (60.55% from 255) = 29.28%

 GREEN value IS 172 (67.58% from 255) = 32.7%

 BLUE value IS 200 (78.52% from 255) = 38.02%

R = 29.28%
G = 32.7%
B = 38.02%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9AACC8 (or 0x9AACC8) is known color: Echo Blue. HEX triplet: 9A, AC and C8. RGB value is (154,172,200). Sum of RGB (Red+Green+Blue) = 154+172+200=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 200 - color contains mainly: blue. Hex color #9AACC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AACC8 is #655337. Grayscale: #A9A9A9. Windows color (decimal): -6640440 or 13151386. OLE color: 13151386.

HSL color Cylindrical-coordinate representation of color #9AACC8: hue angle of 216.52º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AACC8 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 154 172 200 -
CMYK 0.23 0.14 0 0.22
HSL 216.52º 0.29% 0.69% -
HSV(B) 216.52º 0.23% 0.78% -
XYZ 38.5 40.55 60.44 -
YUV 169.81 145.04 116.72 -
System Red Green Blue C M Y K H S L
Decimal 154 172 200 0.23 0.14 0 0.22 216.52 0.29 0.69
Hex 9A AC C8 17 E 0 16 D9 1D 45
Octal 232 254 310 27 16 0 26 331 35 105
Binary 10011010 10101100 11001000 10111 1110 0 10110 11011001 11101 1000101

Color Harmonies of #9AACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AACC8

Black with #9AACC8

Text Example


Text Example

White with #9AACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,172,200); }

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

background-color css

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

 a { background-color: rgb(154,172,200); }

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

border-color css

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

 span { border-color: rgb(154,172,200); }

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