Html Css Color HEX #A8B5CF Echo Blue

📋 copy color: '#A8B5CF'

red 168 ◦ green 181 ◦ blue 207

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

Shades of Echo Blue #A8B5CF

Tints of Echo Blue #A8B5CF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.55%

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

R = 30.22%
G = 32.55%
B = 37.23%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A8B5CF (or 0xA8B5CF) is known color: Echo Blue. HEX triplet: A8, B5 and CF. RGB value is (168,181,207). Sum of RGB (Red+Green+Blue) = 168+181+207=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8B5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B5CF is #574A30. Grayscale: #B3B3B3. Windows color (decimal): -5720625 or 13612456. OLE color: 13612456.

HSL color Cylindrical-coordinate representation of color #A8B5CF: hue angle of 220º 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 #A8B5CF is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 181 207 -
CMYK 0.19 0.13 0 0.19
HSL 220º 0.29% 0.74% -
HSV(B) 220º 0.19% 0.81% -
XYZ 43.93 45.88 65.57 -
YUV 180.08 143.19 119.39 -
System Red Green Blue C M Y K H S L
Decimal 168 181 207 0.19 0.13 0 0.19 220 0.29 0.74
Hex A8 B5 CF 13 D 0 13 DC 1D 4A
Octal 250 265 317 23 15 0 23 334 35 112
Binary 10101000 10110101 11001111 10011 1101 0 10011 11011100 11101 1001010

Color Harmonies of #A8B5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B5CF

Black with #A8B5CF

Text Example


Text Example

White with #A8B5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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