#AFD3D6

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

Shades of Morning Glory #AFD3D6

Tints of Morning Glory #AFD3D6

Color information

#AFD3D6 (or 0xAFD3D6) is unknown color: approx Morning Glory. HEX triplet: AF, D3 and D6. RGB value is (175,211,214). Sum of RGB (Red+Green+Blue) = 175+211+214=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 214 - color contains mainly: blue. Hex color #AFD3D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD3D6 is #502C29. Grayscale: #C8C8C8. Windows color (decimal): -5254186 or 14078895. OLE color: 14078895.

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

Color convert

RGB175211214-
CMYK0.180.0100.16
HSL184.62º32.23%76.27%-
HSV(B)184.62º18.22%83.92%-
XYZ53.1160.5672.51-
YUV200.58135.57109.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.17%
GREEN value IS 211 (82.81% from 255) = 35.17%
BLUE value IS 214 (83.98% from 255) = 35.67%
R=29.17%
G=35.17%
B=35.67%

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
Decimal1752112140.180.0100.16184.6232.2376.27
HexAFD3D6121010b9204c
Octal25732332622102027140114
Binary101011111101001111010110100101010000101110011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD3D6; }

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

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

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

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

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

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

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

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