Html Css Color HEX #AFCEBF Nebula

📋 copy color: '#AFCEBF'

red 175 ◦ green 206 ◦ blue 191

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

Shades of Nebula #AFCEBF

Tints of Nebula #AFCEBF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.01%

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

R = 30.59%
G = 36.01%
B = 33.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#AFCEBF (or 0xAFCEBF) is known color: Nebula. HEX triplet: AF, CE and BF. RGB value is (175,206,191). Sum of RGB (Red+Green+Blue) = 175+206+191=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEBF is #503140. Grayscale: #C3C3C3. Windows color (decimal): -5255489 or 12570287. OLE color: 12570287.

HSL color Cylindrical-coordinate representation of color #AFCEBF: hue angle of 150.97º degrees, saturation: 0.24, 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 #AFCEBF is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 191 -
CMYK 0.15 0 0.07 0.19
HSL 150.97º 0.24% 0.75% -
HSV(B) 150.97º 0.15% 0.81% -
XYZ 49.15 57.02 57.71 -
YUV 195.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 175 206 191 0.15 0 0.07 0.19 150.97 0.24 0.75
Hex AF CE BF F 0 7 13 97 18 4B
Octal 257 316 277 17 0 7 23 227 30 113
Binary 10101111 11001110 10111111 1111 0 111 10011 10010111 11000 1001011

Color Harmonies of #AFCEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCEBF

Black with #AFCEBF

Text Example


Text Example

White with #AFCEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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