Html Css Color HEX #9FAACC Echo Blue

📋 copy color: '#9FAACC'

red 159 ◦ green 170 ◦ blue 204

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

Shades of Echo Blue #9FAACC

Tints of Echo Blue #9FAACC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.89%

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

R = 29.83%
G = 31.89%
B = 38.27%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9FAACC (or 0x9FAACC) is known color: Echo Blue. HEX triplet: 9F, AA and CC. RGB value is (159,170,204). Sum of RGB (Red+Green+Blue) = 159+170+204=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #9FAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAACC is #605533. Grayscale: #AAAAAA. Windows color (decimal): -6313268 or 13413023. OLE color: 13413023.

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

Color convert

RGB 159 170 204 -
CMYK 0.22 0.17 0 0.2
HSL 225.33º 0.31% 0.71% -
HSV(B) 225.33º 0.22% 0.8% -
XYZ 39.57 40.48 62.85 -
YUV 170.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 159 170 204 0.22 0.17 0 0.2 225.33 0.31 0.71
Hex 9F AA CC 16 11 0 14 E1 1F 47
Octal 237 252 314 26 21 0 24 341 37 107
Binary 10011111 10101010 11001100 10110 10001 0 10100 11100001 11111 1000111

Color Harmonies of #9FAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAACC

Black with #9FAACC

Text Example


Text Example

White with #9FAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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