#A1D0CF

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

Shades of Morning Glory #A1D0CF

Tints of Morning Glory #A1D0CF

Color information

#A1D0CF (or 0xA1D0CF) is unknown color: approx Morning Glory. HEX triplet: A1, D0 and CF. RGB value is (161,208,207). Sum of RGB (Red+Green+Blue) = 161+208+207=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D0CF is #5E2F30. Grayscale: #C1C1C1. Windows color (decimal): -6172465 or 13619361. OLE color: 13619361.

HSL color Cylindrical-coordinate representation of color #A1D0CF: hue angle of 178.72º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1D0CF is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB161208207-
CMYK0.2300.000.18
HSL178.72º33.33%72.35%-
HSV(B)178.72º22.6%81.57%-
XYZ48.5257.1967.51-
YUV193.83135.43104.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.95%
GREEN value IS 208 (81.64% from 255) = 36.11%
BLUE value IS 207 (81.25% from 255) = 35.94%
R=27.95%
G=36.11%
B=35.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612082070.2300.000.18178.7233.3372.35
HexA1D0CF170012b32148
Octal24132031727002226341110
Binary101000011101000011001111101110010010101100111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D0CF; }

 p { color: rgb(161,208,207); }

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

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

 a { background-color: rgb(161,208,207); }

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

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

 span { border-color: rgb(161,208,207); }

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