Html Css Color HEX #9FB3CB Echo Blue

📋 copy color: '#9FB3CB'

red 159 ◦ green 179 ◦ blue 203

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

Shades of Echo Blue #9FB3CB

Tints of Echo Blue #9FB3CB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.09%

 BLUE value IS 203 (79.69% from 255) = 37.52%

R = 29.39%
G = 33.09%
B = 37.52%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9FB3CB (or 0x9FB3CB) is known color: Echo Blue. HEX triplet: 9F, B3 and CB. RGB value is (159,179,203). Sum of RGB (Red+Green+Blue) = 159+179+203=541 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.39% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #9FB3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB3CB is #604C34. Grayscale: #AFAFAF. Windows color (decimal): -6310965 or 13349791. OLE color: 13349791.

HSL color Cylindrical-coordinate representation of color #9FB3CB: hue angle of 212.73º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FB3CB is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 179 203 -
CMYK 0.22 0.12 0 0.20
HSL 212.73º 0.3% 0.71% -
HSV(B) 212.73º 0.22% 0.8% -
XYZ 41.2 43.92 62.81 -
YUV 175.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 159 179 203 0.22 0.12 0 0.20 212.73 0.3 0.71
Hex 9F B3 CB 16 C 0 14 D5 1E 47
Octal 237 263 313 26 14 0 24 325 36 107
Binary 10011111 10110011 11001011 10110 1100 0 10100 11010101 11110 1000111

Color Harmonies of #9FB3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB3CB

Black with #9FB3CB

Text Example


Text Example

White with #9FB3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,179,203); }

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

background-color css

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

 a { background-color: rgb(159,179,203); }

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

border-color css

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

 span { border-color: rgb(159,179,203); }

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