Html Css Color HEX #A5B5CF Echo Blue

📋 copy color: '#A5B5CF'

red 165 ◦ green 181 ◦ blue 207

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

Shades of Echo Blue #A5B5CF

Tints of Echo Blue #A5B5CF

RGB

 RED value IS 165 (64.84% from 255) = 29.84%

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

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

R = 29.84%
G = 32.73%
B = 37.43%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A5B5CF (or 0xA5B5CF) is known color: Echo Blue. HEX triplet: A5, B5 and CF. RGB value is (165,181,207). Sum of RGB (Red+Green+Blue) = 165+181+207=553 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.84% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #A5B5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B5CF is #5A4A30. Grayscale: #B3B3B3. Windows color (decimal): -5917233 or 13612453. OLE color: 13612453.

HSL color Cylindrical-coordinate representation of color #A5B5CF: hue angle of 217.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5B5CF is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 181 207 -
CMYK 0.20 0.13 0 0.19
HSL 217.14º 0.3% 0.73% -
HSV(B) 217.14º 0.2% 0.81% -
XYZ 43.3 45.55 65.54 -
YUV 179.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 165 181 207 0.20 0.13 0 0.19 217.14 0.3 0.73
Hex A5 B5 CF 14 D 0 13 D9 1E 49
Octal 245 265 317 24 15 0 23 331 36 111
Binary 10100101 10110101 11001111 10100 1101 0 10011 11011001 11110 1001001

Color Harmonies of #A5B5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B5CF

Black with #A5B5CF

Text Example


Text Example

White with #A5B5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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