Html Css Color HEX #9AB4D7 Echo Blue

📋 copy color: '#9AB4D7'

red 154 ◦ green 180 ◦ blue 215

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

Shades of Echo Blue #9AB4D7

Tints of Echo Blue #9AB4D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.16%

R = 28.05%
G = 32.79%
B = 39.16%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9AB4D7 (or 0x9AB4D7) is known color: Echo Blue. HEX triplet: 9A, B4 and D7. RGB value is (154,180,215). Sum of RGB (Red+Green+Blue) = 154+180+215=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 215 - color contains mainly: blue. Hex color #9AB4D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB4D7 is #654B28. Grayscale: #B0B0B0. Windows color (decimal): -6638377 or 14136474. OLE color: 14136474.

HSL color Cylindrical-coordinate representation of color #9AB4D7: hue angle of 214.43º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AB4D7 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 180 215 -
CMYK 0.28 0.16 0 0.16
HSL 214.43º 0.43% 0.72% -
HSV(B) 214.43º 0.28% 0.84% -
XYZ 41.91 44.42 70.65 -
YUV 176.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 154 180 215 0.28 0.16 0 0.16 214.43 0.43 0.72
Hex 9A B4 D7 1C 10 0 10 D6 2B 48
Octal 232 264 327 34 20 0 20 326 53 110
Binary 10011010 10110100 11010111 11100 10000 0 10000 11010110 101011 1001000

Color Harmonies of #9AB4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB4D7

Black with #9AB4D7

Text Example


Text Example

White with #9AB4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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