Html Css Color HEX #AFC9BB Nebula

📋 copy color: '#AFC9BB'

red 175 ◦ green 201 ◦ blue 187

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

Shades of Nebula #AFC9BB

Tints of Nebula #AFC9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.21%

R = 31.08%
G = 35.7%
B = 33.21%

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

#AFC9BB (or 0xAFC9BB) is known color: Nebula. HEX triplet: AF, C9 and BB. RGB value is (175,201,187). Sum of RGB (Red+Green+Blue) = 175+201+187=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC9BB is #503644. Grayscale: #BFBFBF. Windows color (decimal): -5256773 or 12306863. OLE color: 12306863.

HSL color Cylindrical-coordinate representation of color #AFC9BB: hue angle of 147.69º 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 #AFC9BB is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 187 -
CMYK 0.13 0 0.07 0.21
HSL 147.69º 0.19% 0.74% -
HSV(B) 147.69º 0.13% 0.79% -
XYZ 47.54 54.48 55.02 -
YUV 191.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 175 201 187 0.13 0 0.07 0.21 147.69 0.19 0.74
Hex AF C9 BB D 0 7 15 94 13 4A
Octal 257 311 273 15 0 7 25 224 23 112
Binary 10101111 11001001 10111011 1101 0 111 10101 10010100 10011 1001010

Color Harmonies of #AFC9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC9BB

Black with #AFC9BB

Text Example


Text Example

White with #AFC9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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