Html Css Color HEX #A5CACD Morning Glory

📋 copy color: '#A5CACD'

red 165 ◦ green 202 ◦ blue 205

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

Shades of Morning Glory #A5CACD

Tints of Morning Glory #A5CACD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.31%

 BLUE value IS 205 (80.47% from 255) = 35.84%

R = 28.85%
G = 35.31%
B = 35.84%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A5CACD (or 0xA5CACD) is known color: Morning Glory. HEX triplet: A5, CA and CD. RGB value is (165,202,205). Sum of RGB (Red+Green+Blue) = 165+202+205=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #A5CACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CACD is #5A3532. Grayscale: #BFBFBF. Windows color (decimal): -5911859 or 13486757. OLE color: 13486757.

HSL color Cylindrical-coordinate representation of color #A5CACD: hue angle of 184.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CACD is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 202 205 -
CMYK 0.20 0.01 0 0.20
HSL 184.5º 0.29% 0.73% -
HSV(B) 184.5º 0.2% 0.8% -
XYZ 47.66 54.65 65.79 -
YUV 191.28 135.74 109.26 -
System Red Green Blue C M Y K H S L
Decimal 165 202 205 0.20 0.01 0 0.20 184.5 0.29 0.73
Hex A5 CA CD 14 1 0 14 B8 1D 49
Octal 245 312 315 24 1 0 24 270 35 111
Binary 10100101 11001010 11001101 10100 1 0 10100 10111000 11101 1001001

Color Harmonies of #A5CACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CACD

Black with #A5CACD

Text Example


Text Example

White with #A5CACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CACD; }

 p { color: rgb(165,202,205); }

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

background-color css

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

 a { background-color: rgb(165,202,205); }

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

border-color css

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

 span { border-color: rgb(165,202,205); }

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