Html Css Color HEX #9AB1DA Echo Blue

📋 copy color: '#9AB1DA'

red 154 ◦ green 177 ◦ blue 218

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

Shades of Echo Blue #9AB1DA

Tints of Echo Blue #9AB1DA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.24%

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

R = 28.05%
G = 32.24%
B = 39.71%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9AB1DA (or 0x9AB1DA) is known color: Echo Blue. HEX triplet: 9A, B1 and DA. RGB value is (154,177,218). Sum of RGB (Red+Green+Blue) = 154+177+218=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #9AB1DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB1DA is #654E25. Grayscale: #AEAEAE. Windows color (decimal): -6639142 or 14332314. OLE color: 14332314.

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

Color convert

RGB 154 177 218 -
CMYK 0.29 0.19 0 0.15
HSL 218.44º 0.46% 0.73% -
HSV(B) 218.44º 0.29% 0.85% -
XYZ 41.7 43.38 72.5 -
YUV 174.8 152.38 113.17 -
System Red Green Blue C M Y K H S L
Decimal 154 177 218 0.29 0.19 0 0.15 218.44 0.46 0.73
Hex 9A B1 DA 1D 13 0 F DA 2E 49
Octal 232 261 332 35 23 0 17 332 56 111
Binary 10011010 10110001 11011010 11101 10011 0 1111 11011010 101110 1001001

Color Harmonies of #9AB1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB1DA

Black with #9AB1DA

Text Example


Text Example

White with #9AB1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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