#AFC8BB

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

Shades of Nebula #AFC8BB

Tints of Nebula #AFC8BB

Color information

#AFC8BB (or 0xAFC8BB) is unknown color: approx Nebula. HEX triplet: AF, C8 and BB. RGB value is (175,200,187). Sum of RGB (Red+Green+Blue) = 175+200+187=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8BB is #503744. Grayscale: #BFBFBF. Windows color (decimal): -5257029 or 12306607. OLE color: 12306607.

HSL color Cylindrical-coordinate representation of color #AFC8BB: hue angle of 148.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC8BB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB175200187-
CMYK0.1200.060.22
HSL148.8º18.52%73.53%-
HSV(B)148.8º12.5%78.43%-
XYZ47.354.0154.95-
YUV191.04125.72116.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 200 (78.52% from 255) = 35.59%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=31.14%
G=35.59%
B=33.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001870.1200.060.22148.818.5273.53
HexAFC8BBC061695134a
Octal25731027314062622523112
Binary101011111100100010111011110001101011010010101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC8BB; }

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

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

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

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

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

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

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

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