Html Css Color HEX #AFC5B7 Nebula

📋 copy color: '#AFC5B7'

red 175 ◦ green 197 ◦ blue 183

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

Shades of Nebula #AFC5B7

Tints of Nebula #AFC5B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.97%

R = 31.53%
G = 35.5%
B = 32.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#AFC5B7 (or 0xAFC5B7) is known color: Nebula. HEX triplet: AF, C5 and B7. RGB value is (175,197,183). Sum of RGB (Red+Green+Blue) = 175+197+183=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5B7 is #503A48. Grayscale: #BCBCBC. Windows color (decimal): -5257801 or 12043695. OLE color: 12043695.

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

Color convert

RGB 175 197 183 -
CMYK 0.11 0 0.07 0.23
HSL 141.82º 0.16% 0.73% -
HSV(B) 141.82º 0.11% 0.77% -
XYZ 46.19 52.47 52.49 -
YUV 188.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 175 197 183 0.11 0 0.07 0.23 141.82 0.16 0.73
Hex AF C5 B7 B 0 7 17 8E 10 49
Octal 257 305 267 13 0 7 27 216 20 111
Binary 10101111 11000101 10110111 1011 0 111 10111 10001110 10000 1001001

Color Harmonies of #AFC5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5B7

Black with #AFC5B7

Text Example


Text Example

White with #AFC5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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