Html Css Color HEX #9FABD8 Echo Blue

📋 copy color: '#9FABD8'

red 159 ◦ green 171 ◦ blue 216

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

Shades of Echo Blue #9FABD8

Tints of Echo Blue #9FABD8

RGB

 RED value IS 159 (62.5% from 255) = 29.12%

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

 BLUE value IS 216 (84.77% from 255) = 39.56%

R = 29.12%
G = 31.32%
B = 39.56%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9FABD8 (or 0x9FABD8) is known color: Echo Blue. HEX triplet: 9F, AB and D8. RGB value is (159,171,216). Sum of RGB (Red+Green+Blue) = 159+171+216=546 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.12% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 216 - color contains mainly: blue. Hex color #9FABD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FABD8 is #605427. Grayscale: #ACACAC. Windows color (decimal): -6313000 or 14199711. OLE color: 14199711.

HSL color Cylindrical-coordinate representation of color #9FABD8: hue angle of 227.37º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FABD8 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 171 216 -
CMYK 0.26 0.21 0 0.15
HSL 227.37º 0.42% 0.74% -
HSV(B) 227.37º 0.26% 0.85% -
XYZ 41.26 41.45 70.79 -
YUV 172.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 159 171 216 0.26 0.21 0 0.15 227.37 0.42 0.74
Hex 9F AB D8 1A 15 0 F E3 2A 4A
Octal 237 253 330 32 25 0 17 343 52 112
Binary 10011111 10101011 11011000 11010 10101 0 1111 11100011 101010 1001010

Color Harmonies of #9FABD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FABD8

Black with #9FABD8

Text Example


Text Example

White with #9FABD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,171,216); }

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

background-color css

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

 a { background-color: rgb(159,171,216); }

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

border-color css

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

 span { border-color: rgb(159,171,216); }

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