Html Css Color HEX #A0C8CA Morning Glory

📋 copy color: '#A0C8CA'

red 160 ◦ green 200 ◦ blue 202

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

Shades of Morning Glory #A0C8CA

Tints of Morning Glory #A0C8CA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.59%

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

R = 28.47%
G = 35.59%
B = 35.94%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A0C8CA (or 0xA0C8CA) is known color: Morning Glory. HEX triplet: A0, C8 and CA. RGB value is (160,200,202). Sum of RGB (Red+Green+Blue) = 160+200+202=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 202 - color contains mainly: blue. Hex color #A0C8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C8CA is #5F3735. Grayscale: #BCBCBC. Windows color (decimal): -6240054 or 13289632. OLE color: 13289632.

HSL color Cylindrical-coordinate representation of color #A0C8CA: hue angle of 182.86º 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 #A0C8CA is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 200 202 -
CMYK 0.21 0.01 0 0.21
HSL 182.86º 0.28% 0.71% -
HSV(B) 182.86º 0.21% 0.79% -
XYZ 45.81 53.05 63.7 -
YUV 188.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 160 200 202 0.21 0.01 0 0.21 182.86 0.28 0.71
Hex A0 C8 CA 15 1 0 15 B7 1C 47
Octal 240 310 312 25 1 0 25 267 34 107
Binary 10100000 11001000 11001010 10101 1 0 10101 10110111 11100 1000111

Color Harmonies of #A0C8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C8CA

Black with #A0C8CA

Text Example


Text Example

White with #A0C8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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