Html Css Color HEX #9AACDA Echo Blue

📋 copy color: '#9AACDA'

red 154 ◦ green 172 ◦ blue 218

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

Shades of Echo Blue #9AACDA

Tints of Echo Blue #9AACDA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.62%

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

R = 28.31%
G = 31.62%
B = 40.07%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9AACDA (or 0x9AACDA) is known color: Echo Blue. HEX triplet: 9A, AC and DA. RGB value is (154,172,218). Sum of RGB (Red+Green+Blue) = 154+172+218=544 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.31% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #9AACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AACDA is #655325. Grayscale: #ABABAB. Windows color (decimal): -6640422 or 14331034. OLE color: 14331034.

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

Color convert

RGB 154 172 218 -
CMYK 0.29 0.21 0 0.15
HSL 223.13º 0.46% 0.73% -
HSV(B) 223.13º 0.29% 0.85% -
XYZ 40.73 41.44 72.18 -
YUV 171.86 154.04 115.26 -
System Red Green Blue C M Y K H S L
Decimal 154 172 218 0.29 0.21 0 0.15 223.13 0.46 0.73
Hex 9A AC DA 1D 15 0 F DF 2E 49
Octal 232 254 332 35 25 0 17 337 56 111
Binary 10011010 10101100 11011010 11101 10101 0 1111 11011111 101110 1001001

Color Harmonies of #9AACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AACDA

Black with #9AACDA

Text Example


Text Example

White with #9AACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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