Html Css Color HEX #A5ACCB Echo Blue

📋 copy color: '#A5ACCB'

red 165 ◦ green 172 ◦ blue 203

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

Shades of Echo Blue #A5ACCB

Tints of Echo Blue #A5ACCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.59%

R = 30.56%
G = 31.85%
B = 37.59%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A5ACCB (or 0xA5ACCB) is known color: Echo Blue. HEX triplet: A5, AC and CB. RGB value is (165,172,203). Sum of RGB (Red+Green+Blue) = 165+172+203=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #A5ACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ACCB is #5A5334. Grayscale: #ADADAD. Windows color (decimal): -5919541 or 13348005. OLE color: 13348005.

HSL color Cylindrical-coordinate representation of color #A5ACCB: hue angle of 228.95º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5ACCB is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 172 203 -
CMYK 0.19 0.15 0 0.20
HSL 228.95º 0.27% 0.72% -
HSV(B) 228.95º 0.19% 0.8% -
XYZ 41.05 41.82 62.41 -
YUV 173.44 144.68 121.98 -
System Red Green Blue C M Y K H S L
Decimal 165 172 203 0.19 0.15 0 0.20 228.95 0.27 0.72
Hex A5 AC CB 13 F 0 14 E5 1B 48
Octal 245 254 313 23 17 0 24 345 33 110
Binary 10100101 10101100 11001011 10011 1111 0 10100 11100101 11011 1001000

Color Harmonies of #A5ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ACCB

Black with #A5ACCB

Text Example


Text Example

White with #A5ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ACCB; }

 p { color: rgb(165,172,203); }

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

background-color css

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

 a { background-color: rgb(165,172,203); }

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

border-color css

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

 span { border-color: rgb(165,172,203); }

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