#A0CFD5

Color #A0CFD5 Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #A0CFD5

Tints of Morning Glory #A0CFD5

Color information

#A0CFD5 (or 0xA0CFD5) is unknown color: approx Morning Glory. HEX triplet: A0, CF and D5. RGB value is (160,207,213). Sum of RGB (Red+Green+Blue) = 160+207+213=580 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.59% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 213 - color contains mainly: blue. Hex color #A0CFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFD5 is #5F302A. Grayscale: #C1C1C1. Windows color (decimal): -6238251 or 14012320. OLE color: 14012320.

HSL color Cylindrical-coordinate representation of color #A0CFD5: hue angle of 186.79º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0CFD5 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB160207213-
CMYK0.250.0300.16
HSL186.79º38.69%73.14%-
HSV(B)186.79º24.88%83.53%-
XYZ48.8256.971.36-
YUV193.63138.93104.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.59%
GREEN value IS 207 (81.25% from 255) = 35.69%
BLUE value IS 213 (83.59% from 255) = 36.72%
R=27.59%
G=35.69%
B=36.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602072130.250.0300.16186.7938.6973.14
HexA0CFD5193010bb2749
Octal24031732531302027347111
Binary1010000011001111110101011100111010000101110111001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CFD5; }

 p { color: rgb(160,207,213); }

 H1.HeaderClassName
 {
   color: #A0CFD5;
 }
 .AnyTagClassName
 {
   color: #A0CFD5;
 }
</style>
background-color css

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

 a { background-color: rgb(160,207,213); }

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

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

 span { border-color: rgb(160,207,213); }

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