Html Css Color HEX #9AA5C8 Echo Blue

📋 copy color: '#9AA5C8'

red 154 ◦ green 165 ◦ blue 200

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

Shades of Echo Blue #9AA5C8

Tints of Echo Blue #9AA5C8

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.79%

 BLUE value IS 200 (78.52% from 255) = 38.54%

R = 29.67%
G = 31.79%
B = 38.54%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9AA5C8 (or 0x9AA5C8) is known color: Echo Blue. HEX triplet: 9A, A5 and C8. RGB value is (154,165,200). Sum of RGB (Red+Green+Blue) = 154+165+200=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 200 - color contains mainly: blue. Hex color #9AA5C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA5C8 is #655A37. Grayscale: #A5A5A5. Windows color (decimal): -6642232 or 13149594. OLE color: 13149594.

HSL color Cylindrical-coordinate representation of color #9AA5C8: hue angle of 225.65º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AA5C8 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 154 165 200 -
CMYK 0.23 0.18 0 0.22
HSL 225.65º 0.29% 0.69% -
HSV(B) 225.65º 0.23% 0.78% -
XYZ 37.21 37.95 60.01 -
YUV 165.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 154 165 200 0.23 0.18 0 0.22 225.65 0.29 0.69
Hex 9A A5 C8 17 12 0 16 E2 1D 45
Octal 232 245 310 27 22 0 26 342 35 105
Binary 10011010 10100101 11001000 10111 10010 0 10110 11100010 11101 1000101

Color Harmonies of #9AA5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA5C8

Black with #9AA5C8

Text Example


Text Example

White with #9AA5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,165,200); }

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

background-color css

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

 a { background-color: rgb(154,165,200); }

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

border-color css

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

 span { border-color: rgb(154,165,200); }

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