Html Css Color HEX #A0CACE Morning Glory

📋 copy color: '#A0CACE'

red 160 ◦ green 202 ◦ blue 206

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

Shades of Morning Glory #A0CACE

Tints of Morning Glory #A0CACE

RGB

 RED value IS 160 (62.89% from 255) = 28.17%

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

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

R = 28.17%
G = 35.56%
B = 36.27%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A0CACE (or 0xA0CACE) is known color: Morning Glory. HEX triplet: A0, CA and CE. RGB value is (160,202,206). Sum of RGB (Red+Green+Blue) = 160+202+206=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 206 - color contains mainly: blue. Hex color #A0CACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CACE is #5F3531. Grayscale: #BDBDBD. Windows color (decimal): -6239538 or 13552288. OLE color: 13552288.

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

Color convert

RGB 160 202 206 -
CMYK 0.22 0.02 0 0.19
HSL 185.22º 0.32% 0.72% -
HSV(B) 185.22º 0.22% 0.81% -
XYZ 46.76 54.17 66.38 -
YUV 189.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 160 202 206 0.22 0.02 0 0.19 185.22 0.32 0.72
Hex A0 CA CE 16 2 0 13 B9 20 48
Octal 240 312 316 26 2 0 23 271 40 110
Binary 10100000 11001010 11001110 10110 10 0 10011 10111001 100000 1001000

Color Harmonies of #A0CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CACE

Black with #A0CACE

Text Example


Text Example

White with #A0CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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