Html Css Color HEX #AFCEBC Nebula

📋 copy color: '#AFCEBC'

red 175 ◦ green 206 ◦ blue 188

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

Shades of Nebula #AFCEBC

Tints of Nebula #AFCEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.04%

R = 30.76%
G = 36.2%
B = 33.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#AFCEBC (or 0xAFCEBC) is known color: Nebula. HEX triplet: AF, CE and BC. RGB value is (175,206,188). Sum of RGB (Red+Green+Blue) = 175+206+188=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEBC is #503143. Grayscale: #C2C2C2. Windows color (decimal): -5255492 or 12373679. OLE color: 12373679.

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

Color convert

RGB 175 206 188 -
CMYK 0.15 0 0.09 0.19
HSL 145.16º 0.24% 0.75% -
HSV(B) 145.16º 0.15% 0.81% -
XYZ 48.83 56.89 55.98 -
YUV 194.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 175 206 188 0.15 0 0.09 0.19 145.16 0.24 0.75
Hex AF CE BC F 0 9 13 91 18 4B
Octal 257 316 274 17 0 11 23 221 30 113
Binary 10101111 11001110 10111100 1111 0 1001 10011 10010001 11000 1001011

Color Harmonies of #AFCEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCEBC

Black with #AFCEBC

Text Example


Text Example

White with #AFCEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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