Html Css Color HEX #A0C5CA Morning Glory

📋 copy color: '#A0C5CA'

red 160 ◦ green 197 ◦ blue 202

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

Shades of Morning Glory #A0C5CA

Tints of Morning Glory #A0C5CA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.24%

 BLUE value IS 202 (79.3% from 255) = 36.14%

R = 28.62%
G = 35.24%
B = 36.14%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A0C5CA (or 0xA0C5CA) is known color: Morning Glory. HEX triplet: A0, C5 and CA. RGB value is (160,197,202). Sum of RGB (Red+Green+Blue) = 160+197+202=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: blue. Hex color #A0C5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C5CA is #5F3A35. Grayscale: #BABABA. Windows color (decimal): -6240822 or 13288864. OLE color: 13288864.

HSL color Cylindrical-coordinate representation of color #A0C5CA: hue angle of 187.14º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0C5CA is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 197 202 -
CMYK 0.21 0.02 0 0.21
HSL 187.14º 0.28% 0.71% -
HSV(B) 187.14º 0.21% 0.79% -
XYZ 45.12 51.67 63.47 -
YUV 186.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 160 197 202 0.21 0.02 0 0.21 187.14 0.28 0.71
Hex A0 C5 CA 15 2 0 15 BB 1C 47
Octal 240 305 312 25 2 0 25 273 34 107
Binary 10100000 11000101 11001010 10101 10 0 10101 10111011 11100 1000111

Color Harmonies of #A0C5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C5CA

Black with #A0C5CA

Text Example


Text Example

White with #A0C5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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