Html Css Color HEX #9FABDB Echo Blue

📋 copy color: '#9FABDB'

red 159 ◦ green 171 ◦ blue 219

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

Shades of Echo Blue #9FABDB

Tints of Echo Blue #9FABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.89%

R = 28.96%
G = 31.15%
B = 39.89%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FABDB (or 0x9FABDB) is known color: Echo Blue. HEX triplet: 9F, AB and DB. RGB value is (159,171,219). Sum of RGB (Red+Green+Blue) = 159+171+219=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FABDB is #605424. Grayscale: #ACACAC. Windows color (decimal): -6312997 or 14396319. OLE color: 14396319.

HSL color Cylindrical-coordinate representation of color #9FABDB: hue angle of 228º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FABDB is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 171 219 -
CMYK 0.27 0.22 0 0.14
HSL 228º 0.45% 0.74% -
HSV(B) 228º 0.27% 0.86% -
XYZ 41.65 41.61 72.85 -
YUV 172.88 154.02 118.1 -
System Red Green Blue C M Y K H S L
Decimal 159 171 219 0.27 0.22 0 0.14 228 0.45 0.74
Hex 9F AB DB 1B 16 0 E E4 2D 4A
Octal 237 253 333 33 26 0 16 344 55 112
Binary 10011111 10101011 11011011 11011 10110 0 1110 11100100 101101 1001010

Color Harmonies of #9FABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FABDB

Black with #9FABDB

Text Example


Text Example

White with #9FABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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