Html Css Color HEX #9FB0DE Echo Blue

📋 copy color: '#9FB0DE'

red 159 ◦ green 176 ◦ blue 222

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

Shades of Echo Blue #9FB0DE

Tints of Echo Blue #9FB0DE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.6%

 BLUE value IS 222 (87.11% from 255) = 39.86%

R = 28.55%
G = 31.6%
B = 39.86%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FB0DE (or 0x9FB0DE) is known color: Echo Blue. HEX triplet: 9F, B0 and DE. RGB value is (159,176,222). Sum of RGB (Red+Green+Blue) = 159+176+222=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #9FB0DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB0DE is #604F21. Grayscale: #AFAFAF. Windows color (decimal): -6311714 or 14594207. OLE color: 14594207.

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

Color convert

RGB 159 176 222 -
CMYK 0.28 0.21 0 0.13
HSL 223.81º 0.49% 0.75% -
HSV(B) 223.81º 0.28% 0.87% -
XYZ 43.01 43.7 75.27 -
YUV 176.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 159 176 222 0.28 0.21 0 0.13 223.81 0.49 0.75
Hex 9F B0 DE 1C 15 0 D E0 31 4B
Octal 237 260 336 34 25 0 15 340 61 113
Binary 10011111 10110000 11011110 11100 10101 0 1101 11100000 110001 1001011

Color Harmonies of #9FB0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB0DE

Black with #9FB0DE

Text Example


Text Example

White with #9FB0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,176,222); }

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

background-color css

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

 a { background-color: rgb(159,176,222); }

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

border-color css

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

 span { border-color: rgb(159,176,222); }

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