Html Css Color HEX #AFCEBA Nebula

📋 copy color: '#AFCEBA'

red 175 ◦ green 206 ◦ blue 186

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

Shades of Nebula #AFCEBA

Tints of Nebula #AFCEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.8%

R = 30.86%
G = 36.33%
B = 32.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#AFCEBA (or 0xAFCEBA) is known color: Nebula. HEX triplet: AF, CE and BA. RGB value is (175,206,186). Sum of RGB (Red+Green+Blue) = 175+206+186=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEBA is #503145. Grayscale: #C2C2C2. Windows color (decimal): -5255494 or 12242607. OLE color: 12242607.

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

Color convert

RGB 175 206 186 -
CMYK 0.15 0 0.10 0.19
HSL 141.29º 0.24% 0.75% -
HSV(B) 141.29º 0.15% 0.81% -
XYZ 48.61 56.8 54.86 -
YUV 194.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 175 206 186 0.15 0 0.10 0.19 141.29 0.24 0.75
Hex AF CE BA F 0 A 13 8D 18 4B
Octal 257 316 272 17 0 12 23 215 30 113
Binary 10101111 11001110 10111010 1111 0 1010 10011 10001101 11000 1001011

Color Harmonies of #AFCEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCEBA

Black with #AFCEBA

Text Example


Text Example

White with #AFCEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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