#AFD9C3

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

Shades of Nebula #AFD9C3

Tints of Nebula #AFD9C3

Color information

#AFD9C3 (or 0xAFD9C3) is unknown color: approx Nebula. HEX triplet: AF, D9 and C3. RGB value is (175,217,195). Sum of RGB (Red+Green+Blue) = 175+217+195=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD9C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD9C3 is #50263C. Grayscale: #C9C9C9. Windows color (decimal): -5252669 or 12835247. OLE color: 12835247.

HSL color Cylindrical-coordinate representation of color #AFD9C3: hue angle of 148.57º degrees, saturation: 0.36, 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 #AFD9C3 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB175217195-
CMYK0.1900.100.15
HSL148.57º35.59%76.86%-
HSV(B)148.57º19.35%85.1%-
XYZ52.3462.6860.97-
YUV201.93124.09108.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.81%
GREEN value IS 217 (85.16% from 255) = 36.97%
BLUE value IS 195 (76.56% from 255) = 33.22%
R=29.81%
G=36.97%
B=33.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171950.1900.100.15148.5735.5976.86
HexAFD9C3130AF95244d
Octal257331303230121722544115
Binary10101111110110011100001110011010101111100101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD9C3; }

 p { color: rgb(175,217,195); }

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

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

 a { background-color: rgb(175,217,195); }

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

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

 span { border-color: rgb(175,217,195); }

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