Html Css Color HEX #A8CACD Morning Glory

📋 copy color: '#A8CACD'

red 168 ◦ green 202 ◦ blue 205

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

Shades of Morning Glory #A8CACD

Tints of Morning Glory #A8CACD

RGB

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

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

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

R = 29.22%
G = 35.13%
B = 35.65%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A8CACD (or 0xA8CACD) is known color: Morning Glory. HEX triplet: A8, CA and CD. RGB value is (168,202,205). Sum of RGB (Red+Green+Blue) = 168+202+205=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8CACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CACD is #573532. Grayscale: #C0C0C0. Windows color (decimal): -5715251 or 13486760. OLE color: 13486760.

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

Color convert

RGB 168 202 205 -
CMYK 0.18 0.01 0 0.20
HSL 184.86º 0.27% 0.73% -
HSV(B) 184.86º 0.18% 0.8% -
XYZ 48.29 54.97 65.82 -
YUV 192.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 168 202 205 0.18 0.01 0 0.20 184.86 0.27 0.73
Hex A8 CA CD 12 1 0 14 B9 1B 49
Octal 250 312 315 22 1 0 24 271 33 111
Binary 10101000 11001010 11001101 10010 1 0 10100 10111001 11011 1001001

Color Harmonies of #A8CACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CACD

Black with #A8CACD

Text Example


Text Example

White with #A8CACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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