Html Css Color HEX #9FA8CC Echo Blue

📋 copy color: '#9FA8CC'

red 159 ◦ green 168 ◦ blue 204

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

Shades of Echo Blue #9FA8CC

Tints of Echo Blue #9FA8CC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.64%

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 29.94%
G = 31.64%
B = 38.42%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9FA8CC (or 0x9FA8CC) is known color: Echo Blue. HEX triplet: 9F, A8 and CC. RGB value is (159,168,204). Sum of RGB (Red+Green+Blue) = 159+168+204=531 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.94% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #9FA8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA8CC is #605733. Grayscale: #A9A9A9. Windows color (decimal): -6313780 or 13412511. OLE color: 13412511.

HSL color Cylindrical-coordinate representation of color #9FA8CC: hue angle of 228º degrees, saturation: 0.31, 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 #9FA8CC is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 168 204 -
CMYK 0.22 0.18 0 0.2
HSL 228º 0.31% 0.71% -
HSV(B) 228º 0.22% 0.8% -
XYZ 39.2 39.74 62.73 -
YUV 169.41 147.52 120.57 -
System Red Green Blue C M Y K H S L
Decimal 159 168 204 0.22 0.18 0 0.2 228 0.31 0.71
Hex 9F A8 CC 16 12 0 14 E4 1F 47
Octal 237 250 314 26 22 0 24 344 37 107
Binary 10011111 10101000 11001100 10110 10010 0 10100 11100100 11111 1000111

Color Harmonies of #9FA8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA8CC

Black with #9FA8CC

Text Example


Text Example

White with #9FA8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,168,204); }

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

background-color css

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

 a { background-color: rgb(159,168,204); }

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

border-color css

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

 span { border-color: rgb(159,168,204); }

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