Html Css Color HEX #AFCFBF Nebula

📋 copy color: '#AFCFBF'

red 175 ◦ green 207 ◦ blue 191

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

Shades of Nebula #AFCFBF

Tints of Nebula #AFCFBF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.13%

 BLUE value IS 191 (75% from 255) = 33.33%

R = 30.54%
G = 36.13%
B = 33.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#AFCFBF (or 0xAFCFBF) is known color: Nebula. HEX triplet: AF, CF and BF. RGB value is (175,207,191). Sum of RGB (Red+Green+Blue) = 175+207+191=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFBF is #503040. Grayscale: #C3C3C3. Windows color (decimal): -5255233 or 12570543. OLE color: 12570543.

HSL color Cylindrical-coordinate representation of color #AFCFBF: hue angle of 150º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCFBF is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 207 191 -
CMYK 0.15 0 0.08 0.19
HSL 150º 0.25% 0.75% -
HSV(B) 150º 0.15% 0.81% -
XYZ 49.4 57.5 57.79 -
YUV 195.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 175 207 191 0.15 0 0.08 0.19 150 0.25 0.75
Hex AF CF BF F 0 8 13 96 19 4B
Octal 257 317 277 17 0 10 23 226 31 113
Binary 10101111 11001111 10111111 1111 0 1000 10011 10010110 11001 1001011

Color Harmonies of #AFCFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCFBF

Black with #AFCFBF

Text Example


Text Example

White with #AFCFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCFBF; }

 p { color: rgb(175,207,191); }

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

background-color css

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

 a { background-color: rgb(175,207,191); }

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

border-color css

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

 span { border-color: rgb(175,207,191); }

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