Html Css Color HEX #9FACCC Echo Blue

📋 copy color: '#9FACCC'

red 159 ◦ green 172 ◦ blue 204

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

Shades of Echo Blue #9FACCC

Tints of Echo Blue #9FACCC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.15%

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

R = 29.72%
G = 32.15%
B = 38.13%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9FACCC (or 0x9FACCC) is known color: Echo Blue. HEX triplet: 9F, AC and CC. RGB value is (159,172,204). Sum of RGB (Red+Green+Blue) = 159+172+204=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #9FACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACCC is #605333. Grayscale: #ABABAB. Windows color (decimal): -6312756 or 13413535. OLE color: 13413535.

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

Color convert

RGB 159 172 204 -
CMYK 0.22 0.16 0 0.2
HSL 222.67º 0.31% 0.71% -
HSV(B) 222.67º 0.22% 0.8% -
XYZ 39.95 41.24 62.98 -
YUV 171.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 159 172 204 0.22 0.16 0 0.2 222.67 0.31 0.71
Hex 9F AC CC 16 10 0 14 DF 1F 47
Octal 237 254 314 26 20 0 24 337 37 107
Binary 10011111 10101100 11001100 10110 10000 0 10100 11011111 11111 1000111

Color Harmonies of #9FACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FACCC

Black with #9FACCC

Text Example


Text Example

White with #9FACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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