Html Css Color HEX #AFCED2 Morning Glory

📋 copy color: '#AFCED2'

red 175 ◦ green 206 ◦ blue 210

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

Shades of Morning Glory #AFCED2

Tints of Morning Glory #AFCED2

RGB

 RED value IS 175 (68.75% from 255) = 29.61%

 GREEN value IS 206 (80.86% from 255) = 34.86%

 BLUE value IS 210 (82.42% from 255) = 35.53%

R = 29.61%
G = 34.86%
B = 35.53%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFCED2 (or 0xAFCED2) is known color: Morning Glory. HEX triplet: AF, CE and D2. RGB value is (175,206,210). Sum of RGB (Red+Green+Blue) = 175+206+210=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 210 - color contains mainly: blue. Hex color #AFCED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCED2 is #50312D. Grayscale: #C5C5C5. Windows color (decimal): -5255470 or 13815471. OLE color: 13815471.

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

Color convert

RGB 175 206 210 -
CMYK 0.17 0.02 0 0.18
HSL 186.86º 0.28% 0.75% -
HSV(B) 186.86º 0.17% 0.82% -
XYZ 51.38 57.91 69.44 -
YUV 197.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 175 206 210 0.17 0.02 0 0.18 186.86 0.28 0.75
Hex AF CE D2 11 2 0 12 BB 1C 4B
Octal 257 316 322 21 2 0 22 273 34 113
Binary 10101111 11001110 11010010 10001 10 0 10010 10111011 11100 1001011

Color Harmonies of #AFCED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCED2

Black with #AFCED2

Text Example


Text Example

White with #AFCED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCED2; }

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

 H1.HeaderClassName
 {
   color: #AFCED2;
 }
 .AnyTagClassName
 {
   color: #AFCED2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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