Html Css Color HEX #9AA8DB Echo Blue

📋 copy color: '#9AA8DB'

red 154 ◦ green 168 ◦ blue 219

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

Shades of Echo Blue #9AA8DB

Tints of Echo Blue #9AA8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.05%

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

R = 28.47%
G = 31.05%
B = 40.48%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9AA8DB (or 0x9AA8DB) is known color: Echo Blue. HEX triplet: 9A, A8 and DB. RGB value is (154,168,219). Sum of RGB (Red+Green+Blue) = 154+168+219=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #9AA8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA8DB is #655724. Grayscale: #A9A9A9. Windows color (decimal): -6641445 or 14395546. OLE color: 14395546.

HSL color Cylindrical-coordinate representation of color #9AA8DB: hue angle of 227.08º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AA8DB is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 168 219 -
CMYK 0.30 0.23 0 0.14
HSL 227.08º 0.47% 0.73% -
HSV(B) 227.08º 0.3% 0.86% -
XYZ 40.12 39.99 72.62 -
YUV 169.63 155.86 116.85 -
System Red Green Blue C M Y K H S L
Decimal 154 168 219 0.30 0.23 0 0.14 227.08 0.47 0.73
Hex 9A A8 DB 1E 17 0 E E3 2F 49
Octal 232 250 333 36 27 0 16 343 57 111
Binary 10011010 10101000 11011011 11110 10111 0 1110 11100011 101111 1001001

Color Harmonies of #9AA8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA8DB

Black with #9AA8DB

Text Example


Text Example

White with #9AA8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,168,219); }

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

background-color css

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

 a { background-color: rgb(154,168,219); }

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

border-color css

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

 span { border-color: rgb(154,168,219); }

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