#AFD2D5

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

Shades of Morning Glory #AFD2D5

Tints of Morning Glory #AFD2D5

Color information

#AFD2D5 (or 0xAFD2D5) is unknown color: approx Morning Glory. HEX triplet: AF, D2 and D5. RGB value is (175,210,213). Sum of RGB (Red+Green+Blue) = 175+210+213=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFD2D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2D5 is #502D2A. Grayscale: #C7C7C7. Windows color (decimal): -5254443 or 14013103. OLE color: 14013103.

HSL color Cylindrical-coordinate representation of color #AFD2D5: hue angle of 184.74º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFD2D5 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175210213-
CMYK0.180.0100.16
HSL184.74º31.15%76.08%-
HSV(B)184.74º17.84%83.53%-
XYZ52.7460.0171.75-
YUV199.88135.4110.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.26%
GREEN value IS 210 (82.42% from 255) = 35.12%
BLUE value IS 213 (83.59% from 255) = 35.62%
R=29.26%
G=35.12%
B=35.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752102130.180.0100.16184.7431.1576.08
HexAFD2D5121010b91f4c
Octal25732232522102027137114
Binary10101111110100101101010110010101000010111001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2D5; }

 p { color: rgb(175,210,213); }

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

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

 a { background-color: rgb(175,210,213); }

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

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

 span { border-color: rgb(175,210,213); }

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