Html Css Color HEX #9FACDA Echo Blue

📋 copy color: '#9FACDA'

red 159 ◦ green 172 ◦ blue 218

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

Shades of Echo Blue #9FACDA

Tints of Echo Blue #9FACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.71%

R = 28.96%
G = 31.33%
B = 39.71%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9FACDA (or 0x9FACDA) is known color: Echo Blue. HEX triplet: 9F, AC and DA. RGB value is (159,172,218). Sum of RGB (Red+Green+Blue) = 159+172+218=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #9FACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACDA is #605325. Grayscale: #ADADAD. Windows color (decimal): -6312742 or 14331039. OLE color: 14331039.

HSL color Cylindrical-coordinate representation of color #9FACDA: hue angle of 226.78º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FACDA is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 172 218 -
CMYK 0.27 0.21 0 0.15
HSL 226.78º 0.44% 0.74% -
HSV(B) 226.78º 0.27% 0.85% -
XYZ 41.71 41.94 72.23 -
YUV 173.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 159 172 218 0.27 0.21 0 0.15 226.78 0.44 0.74
Hex 9F AC DA 1B 15 0 F E3 2C 4A
Octal 237 254 332 33 25 0 17 343 54 112
Binary 10011111 10101100 11011010 11011 10101 0 1111 11100011 101100 1001010

Color Harmonies of #9FACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FACDA

Black with #9FACDA

Text Example


Text Example

White with #9FACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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