Html Css Color HEX #9AABDA Echo Blue

📋 copy color: '#9AABDA'

red 154 ◦ green 171 ◦ blue 218

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

Shades of Echo Blue #9AABDA

Tints of Echo Blue #9AABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.49%

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

R = 28.36%
G = 31.49%
B = 40.15%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9AABDA (or 0x9AABDA) is known color: Echo Blue. HEX triplet: 9A, AB and DA. RGB value is (154,171,218). Sum of RGB (Red+Green+Blue) = 154+171+218=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #9AABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AABDA is #655425. Grayscale: #ABABAB. Windows color (decimal): -6640678 or 14330778. OLE color: 14330778.

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

Color convert

RGB 154 171 218 -
CMYK 0.29 0.22 0 0.15
HSL 224.06º 0.46% 0.73% -
HSV(B) 224.06º 0.29% 0.85% -
XYZ 40.54 41.06 72.12 -
YUV 171.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 154 171 218 0.29 0.22 0 0.15 224.06 0.46 0.73
Hex 9A AB DA 1D 16 0 F E0 2E 49
Octal 232 253 332 35 26 0 17 340 56 111
Binary 10011010 10101011 11011010 11101 10110 0 1111 11100000 101110 1001001

Color Harmonies of #9AABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AABDA

Black with #9AABDA

Text Example


Text Example

White with #9AABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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