Html Css Color HEX #A8B9CF Echo Blue

📋 copy color: '#A8B9CF'

red 168 ◦ green 185 ◦ blue 207

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

Shades of Echo Blue #A8B9CF

Tints of Echo Blue #A8B9CF

RGB

 RED value IS 168 (66.02% from 255) = 30%

 GREEN value IS 185 (72.66% from 255) = 33.04%

 BLUE value IS 207 (81.25% from 255) = 36.96%

R = 30%
G = 33.04%
B = 36.96%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A8B9CF (or 0xA8B9CF) is known color: Echo Blue. HEX triplet: A8, B9 and CF. RGB value is (168,185,207). Sum of RGB (Red+Green+Blue) = 168+185+207=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8B9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B9CF is #574630. Grayscale: #B6B6B6. Windows color (decimal): -5719601 or 13613480. OLE color: 13613480.

HSL color Cylindrical-coordinate representation of color #A8B9CF: hue angle of 213.85º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8B9CF is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 185 207 -
CMYK 0.19 0.11 0 0.19
HSL 213.85º 0.29% 0.74% -
HSV(B) 213.85º 0.19% 0.81% -
XYZ 44.76 47.53 65.85 -
YUV 182.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 168 185 207 0.19 0.11 0 0.19 213.85 0.29 0.74
Hex A8 B9 CF 13 B 0 13 D6 1D 4A
Octal 250 271 317 23 13 0 23 326 35 112
Binary 10101000 10111001 11001111 10011 1011 0 10011 11010110 11101 1001010

Color Harmonies of #A8B9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B9CF

Black with #A8B9CF

Text Example


Text Example

White with #A8B9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B9CF; }

 p { color: rgb(168,185,207); }

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

background-color css

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

 a { background-color: rgb(168,185,207); }

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

border-color css

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

 span { border-color: rgb(168,185,207); }

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