#AFD7C1

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

Shades of Nebula #AFD7C1

Tints of Nebula #AFD7C1

Color information

#AFD7C1 (or 0xAFD7C1) is unknown color: approx Nebula. HEX triplet: AF, D7 and C1. RGB value is (175,215,193). Sum of RGB (Red+Green+Blue) = 175+215+193=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD7C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD7C1 is #50283E. Grayscale: #C8C8C8. Windows color (decimal): -5253183 or 12703663. OLE color: 12703663.

HSL color Cylindrical-coordinate representation of color #AFD7C1: hue angle of 147º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD7C1 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB175215193-
CMYK0.1900.100.16
HSL147º33.33%76.47%-
HSV(B)147º18.6%84.31%-
XYZ51.6161.5759.62-
YUV200.53123.75109.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 215 (84.38% from 255) = 36.88%
BLUE value IS 193 (75.78% from 255) = 33.10%
R=30.02%
G=36.88%
B=33.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752151930.1900.100.1614733.3376.47
HexAFD7C1130A1093214c
Octal257327301230122022341114
Binary101011111101011111000001100110101010000100100111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD7C1; }

 p { color: rgb(175,215,193); }

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

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

 a { background-color: rgb(175,215,193); }

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

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

 span { border-color: rgb(175,215,193); }

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