#A5CFD1

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

Shades of Morning Glory #A5CFD1

Tints of Morning Glory #A5CFD1

Color information

#A5CFD1 (or 0xA5CFD1) is unknown color: approx Morning Glory. HEX triplet: A5, CF and D1. RGB value is (165,207,209). Sum of RGB (Red+Green+Blue) = 165+207+209=581 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.40% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 209 - color contains mainly: blue. Hex color #A5CFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CFD1 is #5A302E. Grayscale: #C2C2C2. Windows color (decimal): -5910575 or 13750181. OLE color: 13750181.

HSL color Cylindrical-coordinate representation of color #A5CFD1: hue angle of 182.73º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5CFD1 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165207209-
CMYK0.210.0100.18
HSL182.73º32.35%73.33%-
HSV(B)182.73º21.05%81.96%-
XYZ49.3457.2368.77-
YUV194.67136.09106.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.40%
GREEN value IS 207 (81.25% from 255) = 35.63%
BLUE value IS 209 (82.03% from 255) = 35.97%
R=28.40%
G=35.63%
B=35.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652072090.210.0100.18182.7332.3573.33
HexA5CFD1151012b72049
Octal24531732125102226740111
Binary101001011100111111010001101011010010101101111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CFD1; }

 p { color: rgb(165,207,209); }

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

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

 a { background-color: rgb(165,207,209); }

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

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

 span { border-color: rgb(165,207,209); }

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