Html Css Color HEX #9FB1CE Echo Blue

📋 copy color: '#9FB1CE'

red 159 ◦ green 177 ◦ blue 206

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

Shades of Echo Blue #9FB1CE

Tints of Echo Blue #9FB1CE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.66%

 BLUE value IS 206 (80.86% from 255) = 38.01%

R = 29.34%
G = 32.66%
B = 38.01%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9FB1CE (or 0x9FB1CE) is known color: Echo Blue. HEX triplet: 9F, B1 and CE. RGB value is (159,177,206). Sum of RGB (Red+Green+Blue) = 159+177+206=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FB1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB1CE is #604E31. Grayscale: #AEAEAE. Windows color (decimal): -6311474 or 13545887. OLE color: 13545887.

HSL color Cylindrical-coordinate representation of color #9FB1CE: hue angle of 217.02º degrees, saturation: 0.32, 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 #9FB1CE is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 177 206 -
CMYK 0.23 0.14 0 0.19
HSL 217.02º 0.32% 0.72% -
HSV(B) 217.02º 0.23% 0.81% -
XYZ 41.16 43.27 64.58 -
YUV 174.92 145.54 116.64 -
System Red Green Blue C M Y K H S L
Decimal 159 177 206 0.23 0.14 0 0.19 217.02 0.32 0.72
Hex 9F B1 CE 17 E 0 13 D9 20 48
Octal 237 261 316 27 16 0 23 331 40 110
Binary 10011111 10110001 11001110 10111 1110 0 10011 11011001 100000 1001000

Color Harmonies of #9FB1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB1CE

Black with #9FB1CE

Text Example


Text Example

White with #9FB1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,177,206); }

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

background-color css

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

 a { background-color: rgb(159,177,206); }

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

border-color css

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

 span { border-color: rgb(159,177,206); }

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