Html Css Color HEX #9AB0DC Echo Blue

📋 copy color: '#9AB0DC'

red 154 ◦ green 176 ◦ blue 220

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

Shades of Echo Blue #9AB0DC

Tints of Echo Blue #9AB0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32%

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

R = 28%
G = 32%
B = 40%

CMYK

 C value IS 0.3

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9AB0DC (or 0x9AB0DC) is known color: Echo Blue. HEX triplet: 9A, B0 and DC. RGB value is (154,176,220). Sum of RGB (Red+Green+Blue) = 154+176+220=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AB0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB0DC is #654F23. Grayscale: #AEAEAE. Windows color (decimal): -6639396 or 14463130. OLE color: 14463130.

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

Color convert

RGB 154 176 220 -
CMYK 0.3 0.2 0 0.14
HSL 220º 0.49% 0.73% -
HSV(B) 220º 0.3% 0.86% -
XYZ 41.77 43.09 73.83 -
YUV 174.44 153.71 113.42 -
System Red Green Blue C M Y K H S L
Decimal 154 176 220 0.3 0.2 0 0.14 220 0.49 0.73
Hex 9A B0 DC 1E 14 0 E DC 31 49
Octal 232 260 334 36 24 0 16 334 61 111
Binary 10011010 10110000 11011100 11110 10100 0 1110 11011100 110001 1001001

Color Harmonies of #9AB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB0DC

Black with #9AB0DC

Text Example


Text Example

White with #9AB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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