Html Css Color HEX #9FABDC Echo Blue

📋 copy color: '#9FABDC'

red 159 ◦ green 171 ◦ blue 220

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

Shades of Echo Blue #9FABDC

Tints of Echo Blue #9FABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40%

R = 28.91%
G = 31.09%
B = 40%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FABDC (or 0x9FABDC) is known color: Echo Blue. HEX triplet: 9F, AB and DC. RGB value is (159,171,220). Sum of RGB (Red+Green+Blue) = 159+171+220=550 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.91% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FABDC is #605423. Grayscale: #ACACAC. Windows color (decimal): -6312996 or 14461855. OLE color: 14461855.

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

Color convert

RGB 159 171 220 -
CMYK 0.28 0.22 0 0.14
HSL 228.2º 0.47% 0.74% -
HSV(B) 228.2º 0.28% 0.86% -
XYZ 41.78 41.66 73.55 -
YUV 173 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 159 171 220 0.28 0.22 0 0.14 228.2 0.47 0.74
Hex 9F AB DC 1C 16 0 E E4 2F 4A
Octal 237 253 334 34 26 0 16 344 57 112
Binary 10011111 10101011 11011100 11100 10110 0 1110 11100100 101111 1001010

Color Harmonies of #9FABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FABDC

Black with #9FABDC

Text Example


Text Example

White with #9FABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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