Html Css Color HEX #AFC5B9 Nebula

📋 copy color: '#AFC5B9'

red 175 ◦ green 197 ◦ blue 185

#AFC5B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nebula #AFC5B9

Tints of Nebula #AFC5B9

RGB

 RED value IS 175 (68.75% from 255) = 31.42%

 GREEN value IS 197 (77.34% from 255) = 35.37%

 BLUE value IS 185 (72.66% from 255) = 33.21%

R = 31.42%
G = 35.37%
B = 33.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#AFC5B9 (or 0xAFC5B9) is known color: Nebula. HEX triplet: AF, C5 and B9. RGB value is (175,197,185). Sum of RGB (Red+Green+Blue) = 175+197+185=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5B9 is #503A46. Grayscale: #BDBDBD. Windows color (decimal): -5257799 or 12174767. OLE color: 12174767.

HSL color Cylindrical-coordinate representation of color #AFC5B9: hue angle of 147.27º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC5B9 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 185 -
CMYK 0.11 0 0.06 0.23
HSL 147.27º 0.16% 0.73% -
HSV(B) 147.27º 0.11% 0.77% -
XYZ 46.4 52.55 53.6 -
YUV 189.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 175 197 185 0.11 0 0.06 0.23 147.27 0.16 0.73
Hex AF C5 B9 B 0 6 17 93 10 49
Octal 257 305 271 13 0 6 27 223 20 111
Binary 10101111 11000101 10111001 1011 0 110 10111 10010011 10000 1001001

Color Harmonies of #AFC5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5B9

Black with #AFC5B9

Text Example


Text Example

White with #AFC5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5B9; }

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

 H1.HeaderClassName
 {
   color: #AFC5B9;
 }
 .AnyTagClassName
 {
   color: #AFC5B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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