Html Css Color HEX #9AB5DA Echo Blue

📋 copy color: '#9AB5DA'

red 154 ◦ green 181 ◦ blue 218

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

Shades of Echo Blue #9AB5DA

Tints of Echo Blue #9AB5DA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.73%

 BLUE value IS 218 (85.55% from 255) = 39.42%

R = 27.85%
G = 32.73%
B = 39.42%

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

#9AB5DA (or 0x9AB5DA) is known color: Echo Blue. HEX triplet: 9A, B5 and DA. RGB value is (154,181,218). Sum of RGB (Red+Green+Blue) = 154+181+218=553 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.85% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #9AB5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB5DA is #654A25. Grayscale: #B0B0B0. Windows color (decimal): -6638118 or 14333338. OLE color: 14333338.

HSL color Cylindrical-coordinate representation of color #9AB5DA: hue angle of 214.69º degrees, saturation: 0.46, 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 #9AB5DA is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 181 218 -
CMYK 0.29 0.17 0 0.15
HSL 214.69º 0.46% 0.73% -
HSV(B) 214.69º 0.29% 0.85% -
XYZ 42.51 44.98 72.77 -
YUV 177.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 154 181 218 0.29 0.17 0 0.15 214.69 0.46 0.73
Hex 9A B5 DA 1D 11 0 F D7 2E 49
Octal 232 265 332 35 21 0 17 327 56 111
Binary 10011010 10110101 11011010 11101 10001 0 1111 11010111 101110 1001001

Color Harmonies of #9AB5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB5DA

Black with #9AB5DA

Text Example


Text Example

White with #9AB5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,181,218); }

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

background-color css

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

 a { background-color: rgb(154,181,218); }

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

border-color css

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

 span { border-color: rgb(154,181,218); }

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