Html Css Color HEX #9AB4DC Echo Blue

📋 copy color: '#9AB4DC'

red 154 ◦ green 180 ◦ blue 220

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

Shades of Echo Blue #9AB4DC

Tints of Echo Blue #9AB4DC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.49%

 BLUE value IS 220 (86.33% from 255) = 39.71%

R = 27.8%
G = 32.49%
B = 39.71%

CMYK

 C value IS 0.3

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9AB4DC (or 0x9AB4DC) is known color: Echo Blue. HEX triplet: 9A, B4 and DC. RGB value is (154,180,220). Sum of RGB (Red+Green+Blue) = 154+180+220=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AB4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB4DC is #654B23. Grayscale: #B0B0B0. Windows color (decimal): -6638372 or 14464154. OLE color: 14464154.

HSL color Cylindrical-coordinate representation of color #9AB4DC: hue angle of 216.36º degrees, saturation: 0.49, 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 #9AB4DC is Cyan = 0.3, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 180 220 -
CMYK 0.3 0.18 0 0.14
HSL 216.36º 0.49% 0.73% -
HSV(B) 216.36º 0.3% 0.86% -
XYZ 42.57 44.68 74.09 -
YUV 176.79 152.39 111.75 -
System Red Green Blue C M Y K H S L
Decimal 154 180 220 0.3 0.18 0 0.14 216.36 0.49 0.73
Hex 9A B4 DC 1E 12 0 E D8 31 49
Octal 232 264 334 36 22 0 16 330 61 111
Binary 10011010 10110100 11011100 11110 10010 0 1110 11011000 110001 1001001

Color Harmonies of #9AB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB4DC

Black with #9AB4DC

Text Example


Text Example

White with #9AB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,180,220); }

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

background-color css

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

 a { background-color: rgb(154,180,220); }

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

border-color css

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

 span { border-color: rgb(154,180,220); }

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