Html Css Color HEX #9FADCF Echo Blue

📋 copy color: '#9FADCF'

red 159 ◦ green 173 ◦ blue 207

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

Shades of Echo Blue #9FADCF

Tints of Echo Blue #9FADCF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.1%

 BLUE value IS 207 (81.25% from 255) = 38.4%

R = 29.5%
G = 32.1%
B = 38.4%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9FADCF (or 0x9FADCF) is known color: Echo Blue. HEX triplet: 9F, AD and CF. RGB value is (159,173,207). Sum of RGB (Red+Green+Blue) = 159+173+207=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #9FADCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FADCF is #605230. Grayscale: #ACACAC. Windows color (decimal): -6312497 or 13610399. OLE color: 13610399.

HSL color Cylindrical-coordinate representation of color #9FADCF: hue angle of 222.5º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FADCF is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 173 207 -
CMYK 0.23 0.16 0 0.19
HSL 222.5º 0.33% 0.72% -
HSV(B) 222.5º 0.23% 0.81% -
XYZ 40.5 41.76 64.96 -
YUV 172.69 147.36 118.24 -
System Red Green Blue C M Y K H S L
Decimal 159 173 207 0.23 0.16 0 0.19 222.5 0.33 0.72
Hex 9F AD CF 17 10 0 13 DE 21 48
Octal 237 255 317 27 20 0 23 336 41 110
Binary 10011111 10101101 11001111 10111 10000 0 10011 11011110 100001 1001000

Color Harmonies of #9FADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FADCF

Black with #9FADCF

Text Example


Text Example

White with #9FADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,173,207); }

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

background-color css

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

 a { background-color: rgb(159,173,207); }

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

border-color css

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

 span { border-color: rgb(159,173,207); }

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