#AFCED1

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

Shades of Morning Glory #AFCED1

Tints of Morning Glory #AFCED1

Color information

#AFCED1 (or 0xAFCED1) is unknown color: approx Morning Glory. HEX triplet: AF, CE and D1. RGB value is (175,206,209). Sum of RGB (Red+Green+Blue) = 175+206+209=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 209 - color contains mainly: blue. Hex color #AFCED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCED1 is #50312E. Grayscale: #C5C5C5. Windows color (decimal): -5255471 or 13749935. OLE color: 13749935.

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

Color convert

RGB175206209-
CMYK0.160.0100.18
HSL185.29º26.98%75.29%-
HSV(B)185.29º16.27%81.96%-
XYZ51.2657.8668.79-
YUV197.07134.73112.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.66%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 209 (82.03% from 255) = 35.42%
R=29.66%
G=34.92%
B=35.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752062090.160.0100.18185.2926.9875.29
HexAFCED1101012b91b4b
Octal25731632120102227133113
Binary10101111110011101101000110000101001010111001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCED1; }

 p { color: rgb(175,206,209); }

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

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

 a { background-color: rgb(175,206,209); }

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

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

 span { border-color: rgb(175,206,209); }

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