Html Css Color HEX #AFD2BB Nebula

📋 copy color: '#AFD2BB'

red 175 ◦ green 210 ◦ blue 187

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

Shades of Nebula #AFD2BB

Tints of Nebula #AFD2BB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.71%

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

R = 30.59%
G = 36.71%
B = 32.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#AFD2BB (or 0xAFD2BB) is known color: Nebula. HEX triplet: AF, D2 and BB. RGB value is (175,210,187). Sum of RGB (Red+Green+Blue) = 175+210+187=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2BB is #502D44. Grayscale: #C4C4C4. Windows color (decimal): -5254469 or 12309167. OLE color: 12309167.

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

Color convert

RGB 175 210 187 -
CMYK 0.17 0 0.11 0.18
HSL 140.57º 0.28% 0.75% -
HSV(B) 140.57º 0.17% 0.82% -
XYZ 49.7 58.8 55.74 -
YUV 196.91 122.4 112.37 -
System Red Green Blue C M Y K H S L
Decimal 175 210 187 0.17 0 0.11 0.18 140.57 0.28 0.75
Hex AF D2 BB 11 0 B 12 8D 1C 4B
Octal 257 322 273 21 0 13 22 215 34 113
Binary 10101111 11010010 10111011 10001 0 1011 10010 10001101 11100 1001011

Color Harmonies of #AFD2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD2BB

Black with #AFD2BB

Text Example


Text Example

White with #AFD2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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