Html Css Color HEX #9FABD3 Echo Blue

📋 copy color: '#9FABD3'

red 159 ◦ green 171 ◦ blue 211

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

Shades of Echo Blue #9FABD3

Tints of Echo Blue #9FABD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39%

R = 29.39%
G = 31.61%
B = 39%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9FABD3 (or 0x9FABD3) is known color: Echo Blue. HEX triplet: 9F, AB and D3. RGB value is (159,171,211). Sum of RGB (Red+Green+Blue) = 159+171+211=541 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.39% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 211 (82.81% from 255 or 39.00% from 541); Max value from RGB is 211 - color contains mainly: blue. Hex color #9FABD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FABD3 is #60542C. Grayscale: #ABABAB. Windows color (decimal): -6313005 or 13872031. OLE color: 13872031.

HSL color Cylindrical-coordinate representation of color #9FABD3: hue angle of 226.15º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FABD3 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 159 171 211 -
CMYK 0.25 0.19 0 0.17
HSL 226.15º 0.37% 0.73% -
HSV(B) 226.15º 0.25% 0.83% -
XYZ 40.62 41.2 67.44 -
YUV 171.97 150.02 118.75 -
System Red Green Blue C M Y K H S L
Decimal 159 171 211 0.25 0.19 0 0.17 226.15 0.37 0.73
Hex 9F AB D3 19 13 0 11 E2 25 49
Octal 237 253 323 31 23 0 21 342 45 111
Binary 10011111 10101011 11010011 11001 10011 0 10001 11100010 100101 1001001

Color Harmonies of #9FABD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FABD3

Black with #9FABD3

Text Example


Text Example

White with #9FABD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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