Html Css Color HEX #AFC9BA Nebula

📋 copy color: '#AFC9BA'

red 175 ◦ green 201 ◦ blue 186

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

Shades of Nebula #AFC9BA

Tints of Nebula #AFC9BA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.77%

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

R = 31.14%
G = 35.77%
B = 33.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#AFC9BA (or 0xAFC9BA) is known color: Nebula. HEX triplet: AF, C9 and BA. RGB value is (175,201,186). Sum of RGB (Red+Green+Blue) = 175+201+186=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC9BA is #503645. Grayscale: #BFBFBF. Windows color (decimal): -5256774 or 12241327. OLE color: 12241327.

HSL color Cylindrical-coordinate representation of color #AFC9BA: hue angle of 145.38º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFC9BA is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 186 -
CMYK 0.13 0 0.07 0.21
HSL 145.38º 0.19% 0.74% -
HSV(B) 145.38º 0.13% 0.79% -
XYZ 47.43 54.43 54.46 -
YUV 191.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 175 201 186 0.13 0 0.07 0.21 145.38 0.19 0.74
Hex AF C9 BA D 0 7 15 91 13 4A
Octal 257 311 272 15 0 7 25 221 23 112
Binary 10101111 11001001 10111010 1101 0 111 10101 10010001 10011 1001010

Color Harmonies of #AFC9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC9BA

Black with #AFC9BA

Text Example


Text Example

White with #AFC9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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