Html Css Color HEX #AFCFD2 Morning Glory

📋 copy color: '#AFCFD2'

red 175 ◦ green 207 ◦ blue 210

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

Shades of Morning Glory #AFCFD2

Tints of Morning Glory #AFCFD2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.97%

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

R = 29.56%
G = 34.97%
B = 35.47%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFCFD2 (or 0xAFCFD2) is known color: Morning Glory. HEX triplet: AF, CF and D2. RGB value is (175,207,210). Sum of RGB (Red+Green+Blue) = 175+207+210=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 210 - color contains mainly: blue. Hex color #AFCFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFD2 is #50302D. Grayscale: #C5C5C5. Windows color (decimal): -5255214 or 13815727. OLE color: 13815727.

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

Color convert

RGB 175 207 210 -
CMYK 0.17 0.01 0 0.18
HSL 185.14º 0.28% 0.75% -
HSV(B) 185.14º 0.17% 0.82% -
XYZ 51.62 58.39 69.52 -
YUV 197.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 175 207 210 0.17 0.01 0 0.18 185.14 0.28 0.75
Hex AF CF D2 11 1 0 12 B9 1C 4B
Octal 257 317 322 21 1 0 22 271 34 113
Binary 10101111 11001111 11010010 10001 1 0 10010 10111001 11100 1001011

Color Harmonies of #AFCFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCFD2

Black with #AFCFD2

Text Example


Text Example

White with #AFCFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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