#A3CFD5

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

Shades of Morning Glory #A3CFD5

Tints of Morning Glory #A3CFD5

Color information

#A3CFD5 (or 0xA3CFD5) is unknown color: approx Morning Glory. HEX triplet: A3, CF and D5. RGB value is (163,207,213). Sum of RGB (Red+Green+Blue) = 163+207+213=583 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.96% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 213 - color contains mainly: blue. Hex color #A3CFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CFD5 is #5C302A. Grayscale: #C2C2C2. Windows color (decimal): -6041643 or 14012323. OLE color: 14012323.

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

Color convert

RGB163207213-
CMYK0.230.0300.16
HSL187.2º37.31%73.73%-
HSV(B)187.2º23.47%83.53%-
XYZ49.4357.2271.39-
YUV194.53138.42105.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.96%
GREEN value IS 207 (81.25% from 255) = 35.51%
BLUE value IS 213 (83.59% from 255) = 36.54%
R=27.96%
G=35.51%
B=36.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1632072130.230.0300.16187.237.3173.73
HexA3CFD5173010bb254a
Octal24331732527302027345112
Binary1010001111001111110101011011111010000101110111001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CFD5; }

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

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

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

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

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

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

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

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