Html Css Color HEX #9AB4D8 Echo Blue

📋 copy color: '#9AB4D8'

red 154 ◦ green 180 ◦ blue 216

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

Shades of Echo Blue #9AB4D8

Tints of Echo Blue #9AB4D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.27%

R = 28%
G = 32.73%
B = 39.27%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9AB4D8 (or 0x9AB4D8) is known color: Echo Blue. HEX triplet: 9A, B4 and D8. RGB value is (154,180,216). Sum of RGB (Red+Green+Blue) = 154+180+216=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 216 - color contains mainly: blue. Hex color #9AB4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB4D8 is #654B27. Grayscale: #B0B0B0. Windows color (decimal): -6638376 or 14202010. OLE color: 14202010.

HSL color Cylindrical-coordinate representation of color #9AB4D8: hue angle of 214.84º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AB4D8 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 180 216 -
CMYK 0.29 0.17 0 0.15
HSL 214.84º 0.44% 0.73% -
HSV(B) 214.84º 0.29% 0.85% -
XYZ 42.04 44.47 71.33 -
YUV 176.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 154 180 216 0.29 0.17 0 0.15 214.84 0.44 0.73
Hex 9A B4 D8 1D 11 0 F D7 2C 49
Octal 232 264 330 35 21 0 17 327 54 111
Binary 10011010 10110100 11011000 11101 10001 0 1111 11010111 101100 1001001

Color Harmonies of #9AB4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB4D8

Black with #9AB4D8

Text Example


Text Example

White with #9AB4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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