Html Css Color HEX #AFD8C0 Nebula

📋 copy color: '#AFD8C0'

red 175 ◦ green 216 ◦ blue 192

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

Shades of Nebula #AFD8C0

Tints of Nebula #AFD8C0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.05%

 BLUE value IS 192 (75.39% from 255) = 32.93%

R = 30.02%
G = 37.05%
B = 32.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#AFD8C0 (or 0xAFD8C0) is known color: Nebula. HEX triplet: AF, D8 and C0. RGB value is (175,216,192). Sum of RGB (Red+Green+Blue) = 175+216+192=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD8C0 is #50273F. Grayscale: #C9C9C9. Windows color (decimal): -5252928 or 12638383. OLE color: 12638383.

HSL color Cylindrical-coordinate representation of color #AFD8C0: hue angle of 144.88º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD8C0 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 216 192 -
CMYK 0.19 0 0.11 0.15
HSL 144.88º 0.34% 0.77% -
HSV(B) 144.88º 0.19% 0.85% -
XYZ 51.75 62.03 59.11 -
YUV 201.01 122.92 109.45 -
System Red Green Blue C M Y K H S L
Decimal 175 216 192 0.19 0 0.11 0.15 144.88 0.34 0.77
Hex AF D8 C0 13 0 B F 91 22 4D
Octal 257 330 300 23 0 13 17 221 42 115
Binary 10101111 11011000 11000000 10011 0 1011 1111 10010001 100010 1001101

Color Harmonies of #AFD8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD8C0

Black with #AFD8C0

Text Example


Text Example

White with #AFD8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD8C0; }

 p { color: rgb(175,216,192); }

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

background-color css

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

 a { background-color: rgb(175,216,192); }

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

border-color css

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

 span { border-color: rgb(175,216,192); }

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