#AFCBB9

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

Shades of Nebula #AFCBB9

Tints of Nebula #AFCBB9

Color information

#AFCBB9 (or 0xAFCBB9) is unknown color: approx Nebula. HEX triplet: AF, CB and B9. RGB value is (175,203,185). Sum of RGB (Red+Green+Blue) = 175+203+185=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBB9 is #503446. Grayscale: #C0C0C0. Windows color (decimal): -5256263 or 12176303. OLE color: 12176303.

HSL color Cylindrical-coordinate representation of color #AFCBB9: hue angle of 141.43º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCBB9 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB175203185-
CMYK0.1400.090.20
HSL141.43º21.21%74.12%-
HSV(B)141.43º13.79%79.61%-
XYZ47.7955.3354.06-
YUV192.58123.72115.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.08%
GREEN value IS 203 (79.69% from 255) = 36.06%
BLUE value IS 185 (72.66% from 255) = 32.86%
R=31.08%
G=36.06%
B=32.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031850.1400.090.20141.4321.2174.12
HexAFCBB9E09148d154a
Octal257313271160112421525112
Binary1010111111001011101110011110010011010010001101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBB9; }

 p { color: rgb(175,203,185); }

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

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

 a { background-color: rgb(175,203,185); }

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

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

 span { border-color: rgb(175,203,185); }

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