Html Css Color HEX #9FAFDF Echo Blue

📋 copy color: '#9FAFDF'

red 159 ◦ green 175 ◦ blue 223

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

Shades of Echo Blue #9FAFDF

Tints of Echo Blue #9FAFDF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.42%

 BLUE value IS 223 (87.5% from 255) = 40.04%

R = 28.55%
G = 31.42%
B = 40.04%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FAFDF (or 0x9FAFDF) is known color: Echo Blue. HEX triplet: 9F, AF and DF. RGB value is (159,175,223). Sum of RGB (Red+Green+Blue) = 159+175+223=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FAFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAFDF is #605020. Grayscale: #AFAFAF. Windows color (decimal): -6311969 or 14659487. OLE color: 14659487.

HSL color Cylindrical-coordinate representation of color #9FAFDF: hue angle of 225º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FAFDF is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 175 223 -
CMYK 0.29 0.22 0 0.13
HSL 225º 0.5% 0.75% -
HSV(B) 225º 0.29% 0.87% -
XYZ 42.95 43.36 75.92 -
YUV 175.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 159 175 223 0.29 0.22 0 0.13 225 0.5 0.75
Hex 9F AF DF 1D 16 0 D E1 32 4B
Octal 237 257 337 35 26 0 15 341 62 113
Binary 10011111 10101111 11011111 11101 10110 0 1101 11100001 110010 1001011

Color Harmonies of #9FAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAFDF

Black with #9FAFDF

Text Example


Text Example

White with #9FAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,175,223); }

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

background-color css

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

 a { background-color: rgb(159,175,223); }

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

border-color css

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

 span { border-color: rgb(159,175,223); }

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