Html Css Color HEX #AFD0BB Nebula

📋 copy color: '#AFD0BB'

red 175 ◦ green 208 ◦ blue 187

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

Shades of Nebula #AFD0BB

Tints of Nebula #AFD0BB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.49%

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

R = 30.7%
G = 36.49%
B = 32.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#AFD0BB (or 0xAFD0BB) is known color: Nebula. HEX triplet: AF, D0 and BB. RGB value is (175,208,187). Sum of RGB (Red+Green+Blue) = 175+208+187=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD0BB is #502F44. Grayscale: #C3C3C3. Windows color (decimal): -5254981 or 12308655. OLE color: 12308655.

HSL color Cylindrical-coordinate representation of color #AFD0BB: hue angle of 141.82º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFD0BB is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 208 187 -
CMYK 0.16 0 0.10 0.18
HSL 141.82º 0.26% 0.75% -
HSV(B) 141.82º 0.16% 0.82% -
XYZ 49.2 57.81 55.58 -
YUV 195.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 175 208 187 0.16 0 0.10 0.18 141.82 0.26 0.75
Hex AF D0 BB 10 0 A 12 8E 1A 4B
Octal 257 320 273 20 0 12 22 216 32 113
Binary 10101111 11010000 10111011 10000 0 1010 10010 10001110 11010 1001011

Color Harmonies of #AFD0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD0BB

Black with #AFD0BB

Text Example


Text Example

White with #AFD0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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