Html Css Color HEX #9AAFDF Echo Blue

📋 copy color: '#9AAFDF'

red 154 ◦ green 175 ◦ blue 223

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

Shades of Echo Blue #9AAFDF

Tints of Echo Blue #9AAFDF

RGB

 RED value IS 154 (60.55% from 255) = 27.9%

 GREEN value IS 175 (68.75% from 255) = 31.7%

 BLUE value IS 223 (87.5% from 255) = 40.4%

R = 27.9%
G = 31.7%
B = 40.4%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9AAFDF (or 0x9AAFDF) is known color: Echo Blue. HEX triplet: 9A, AF and DF. RGB value is (154,175,223). Sum of RGB (Red+Green+Blue) = 154+175+223=552 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.90% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #9AAFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAFDF is #655020. Grayscale: #ADADAD. Windows color (decimal): -6639649 or 14659482. OLE color: 14659482.

HSL color Cylindrical-coordinate representation of color #9AAFDF: hue angle of 221.74º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AAFDF is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 175 223 -
CMYK 0.31 0.22 0 0.13
HSL 221.74º 0.52% 0.74% -
HSV(B) 221.74º 0.31% 0.87% -
XYZ 41.98 42.86 75.87 -
YUV 174.19 155.54 113.6 -
System Red Green Blue C M Y K H S L
Decimal 154 175 223 0.31 0.22 0 0.13 221.74 0.52 0.74
Hex 9A AF DF 1F 16 0 D DE 34 4A
Octal 232 257 337 37 26 0 15 336 64 112
Binary 10011010 10101111 11011111 11111 10110 0 1101 11011110 110100 1001010

Color Harmonies of #9AAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAFDF

Black with #9AAFDF

Text Example


Text Example

White with #9AAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,175,223); }

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

background-color css

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

 a { background-color: rgb(154,175,223); }

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

border-color css

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

 span { border-color: rgb(154,175,223); }

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