#AFD2BB

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

Shades of Nebula #AFD2BB

Tints of Nebula #AFD2BB

Color information

#AFD2BB (or 0xAFD2BB) is unknown color: approx Nebula. HEX triplet: AF, D2 and BB. RGB value is (175,210,187). Sum of RGB (Red+Green+Blue) = 175+210+187=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2BB is #502D44. Grayscale: #C4C4C4. Windows color (decimal): -5254469 or 12309167. OLE color: 12309167.

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

Color convert

RGB175210187-
CMYK0.1700.110.18
HSL140.57º28%75.49%-
HSV(B)140.57º16.67%82.35%-
XYZ49.758.855.74-
YUV196.91122.4112.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 210 (82.42% from 255) = 36.71%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=30.59%
G=36.71%
B=32.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752101870.1700.110.18140.572875.49
HexAFD2BB110B128d1c4b
Octal257322273210132221534113
Binary10101111110100101011101110001010111001010001101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2BB; }

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

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

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

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

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

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

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

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