Html Css Color HEX #AFCEBE Nebula

📋 copy color: '#AFCEBE'

red 175 ◦ green 206 ◦ blue 190

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

Shades of Nebula #AFCEBE

Tints of Nebula #AFCEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.27%

R = 30.65%
G = 36.08%
B = 33.27%

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

#AFCEBE (or 0xAFCEBE) is known color: Nebula. HEX triplet: AF, CE and BE. RGB value is (175,206,190). Sum of RGB (Red+Green+Blue) = 175+206+190=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEBE is #503141. Grayscale: #C2C2C2. Windows color (decimal): -5255490 or 12504751. OLE color: 12504751.

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

Color convert

RGB 175 206 190 -
CMYK 0.15 0 0.08 0.19
HSL 149.03º 0.24% 0.75% -
HSV(B) 149.03º 0.15% 0.81% -
XYZ 49.04 56.97 57.13 -
YUV 194.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 175 206 190 0.15 0 0.08 0.19 149.03 0.24 0.75
Hex AF CE BE F 0 8 13 95 18 4B
Octal 257 316 276 17 0 10 23 225 30 113
Binary 10101111 11001110 10111110 1111 0 1000 10011 10010101 11000 1001011

Color Harmonies of #AFCEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCEBE

Black with #AFCEBE

Text Example


Text Example

White with #AFCEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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