Html Css Color HEX #A8CACE Morning Glory

📋 copy color: '#A8CACE'

red 168 ◦ green 202 ◦ blue 206

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

Shades of Morning Glory #A8CACE

Tints of Morning Glory #A8CACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.76%

R = 29.17%
G = 35.07%
B = 35.76%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A8CACE (or 0xA8CACE) is known color: Morning Glory. HEX triplet: A8, CA and CE. RGB value is (168,202,206). Sum of RGB (Red+Green+Blue) = 168+202+206=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #A8CACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CACE is #573531. Grayscale: #C0C0C0. Windows color (decimal): -5715250 or 13552296. OLE color: 13552296.

HSL color Cylindrical-coordinate representation of color #A8CACE: hue angle of 186.32º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CACE is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 202 206 -
CMYK 0.18 0.02 0 0.19
HSL 186.32º 0.28% 0.73% -
HSV(B) 186.32º 0.18% 0.81% -
XYZ 48.41 55.02 66.46 -
YUV 192.29 135.74 110.67 -
System Red Green Blue C M Y K H S L
Decimal 168 202 206 0.18 0.02 0 0.19 186.32 0.28 0.73
Hex A8 CA CE 12 2 0 13 BA 1C 49
Octal 250 312 316 22 2 0 23 272 34 111
Binary 10101000 11001010 11001110 10010 10 0 10011 10111010 11100 1001001

Color Harmonies of #A8CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CACE

Black with #A8CACE

Text Example


Text Example

White with #A8CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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