Html Css Color HEX #AFCED1 Morning Glory

📋 copy color: '#AFCED1'

red 175 ◦ green 206 ◦ blue 209

#AFCED1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morning Glory #AFCED1

Tints of Morning Glory #AFCED1

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 value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFCED1 (or 0xAFCED1) is known color: 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

RGB 175 206 209 -
CMYK 0.16 0.01 0 0.18
HSL 185.29º 0.27% 0.75% -
HSV(B) 185.29º 0.16% 0.82% -
XYZ 51.26 57.86 68.79 -
YUV 197.07 134.73 112.26 -
System Red Green Blue C M Y K H S L
Decimal 175 206 209 0.16 0.01 0 0.18 185.29 0.27 0.75
Hex AF CE D1 10 1 0 12 B9 1B 4B
Octal 257 316 321 20 1 0 22 271 33 113
Binary 10101111 11001110 11010001 10000 1 0 10010 10111001 11011 1001011

Color Harmonies of #AFCED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCED1

Black with #AFCED1

Text Example


Text Example

White with #AFCED1

Text Example


Text Example

HTML Codes & Css Web 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>