#A3DBDC

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

Shades of Morning Glory #A3DBDC

Tints of Morning Glory #A3DBDC

Color information

#A3DBDC (or 0xA3DBDC) is unknown color: approx Morning Glory. HEX triplet: A3, DB and DC. RGB value is (163,219,220). Sum of RGB (Red+Green+Blue) = 163+219+220=602 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.08% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #A3DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DBDC is #5C2423. Grayscale: #CACACA. Windows color (decimal): -6038564 or 14474147. OLE color: 14474147.

HSL color Cylindrical-coordinate representation of color #A3DBDC: hue angle of 181.05º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DBDC is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB163219220-
CMYK0.260.0000.14
HSL181.05º44.88%75.1%-
HSV(B)181.05º25.91%86.27%-
XYZ53.3563.6277.18-
YUV202.37137.9599.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.08%
GREEN value IS 219 (85.94% from 255) = 36.38%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=27.08%
G=36.38%
B=36.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1632192200.260.0000.14181.0544.8875.1
HexA3DBDC1A00Eb52d4b
Octal24333333432001626555113
Binary10100011110110111101110011010001110101101011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DBDC; }

 p { color: rgb(163,219,220); }

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

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

 a { background-color: rgb(163,219,220); }

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

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

 span { border-color: rgb(163,219,220); }

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