Html Css Color HEX #AFC8BB Nebula

📋 copy color: '#AFC8BB'

red 175 ◦ green 200 ◦ blue 187

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

Shades of Nebula #AFC8BB

Tints of Nebula #AFC8BB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.59%

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

R = 31.14%
G = 35.59%
B = 33.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#AFC8BB (or 0xAFC8BB) is known color: Nebula. HEX triplet: AF, C8 and BB. RGB value is (175,200,187). Sum of RGB (Red+Green+Blue) = 175+200+187=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8BB is #503744. Grayscale: #BFBFBF. Windows color (decimal): -5257029 or 12306607. OLE color: 12306607.

HSL color Cylindrical-coordinate representation of color #AFC8BB: hue angle of 148.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC8BB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 200 187 -
CMYK 0.12 0 0.06 0.22
HSL 148.8º 0.19% 0.74% -
HSV(B) 148.8º 0.13% 0.78% -
XYZ 47.3 54.01 54.95 -
YUV 191.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 175 200 187 0.12 0 0.06 0.22 148.8 0.19 0.74
Hex AF C8 BB C 0 6 16 95 13 4A
Octal 257 310 273 14 0 6 26 225 23 112
Binary 10101111 11001000 10111011 1100 0 110 10110 10010101 10011 1001010

Color Harmonies of #AFC8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC8BB

Black with #AFC8BB

Text Example


Text Example

White with #AFC8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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