#AFD2D6

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

Shades of Morning Glory #AFD2D6

Tints of Morning Glory #AFD2D6

Color information

#AFD2D6 (or 0xAFD2D6) is unknown color: approx Morning Glory. HEX triplet: AF, D2 and D6. RGB value is (175,210,214). Sum of RGB (Red+Green+Blue) = 175+210+214=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 214 (83.98% from 255 or 35.73% from 599); Max value from RGB is 214 - color contains mainly: blue. Hex color #AFD2D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2D6 is #502D29. Grayscale: #C7C7C7. Windows color (decimal): -5254442 or 14078639. OLE color: 14078639.

HSL color Cylindrical-coordinate representation of color #AFD2D6: hue angle of 186.15º degrees, saturation: 0.32, 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 #AFD2D6 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175210214-
CMYK0.180.0200.16
HSL186.15º32.23%76.27%-
HSV(B)186.15º18.22%83.92%-
XYZ52.8660.0672.43-
YUV199.99135.9110.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.22%
GREEN value IS 210 (82.42% from 255) = 35.06%
BLUE value IS 214 (83.98% from 255) = 35.73%
R=29.22%
G=35.06%
B=35.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752102140.180.0200.16186.1532.2376.27
HexAFD2D6122010ba204c
Octal25732232622202027240114
Binary1010111111010010110101101001010010000101110101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2D6; }

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

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

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

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

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

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

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

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