Html Css Color HEX #AFD0BC Nebula

📋 copy color: '#AFD0BC'

red 175 ◦ green 208 ◦ blue 188

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

Shades of Nebula #AFD0BC

Tints of Nebula #AFD0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.92%

R = 30.65%
G = 36.43%
B = 32.92%

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

#AFD0BC (or 0xAFD0BC) is known color: Nebula. HEX triplet: AF, D0 and BC. RGB value is (175,208,188). Sum of RGB (Red+Green+Blue) = 175+208+188=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD0BC is #502F43. Grayscale: #C3C3C3. Windows color (decimal): -5254980 or 12374191. OLE color: 12374191.

HSL color Cylindrical-coordinate representation of color #AFD0BC: hue angle of 143.64º 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 #AFD0BC is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 208 188 -
CMYK 0.16 0 0.10 0.18
HSL 143.64º 0.26% 0.75% -
HSV(B) 143.64º 0.16% 0.82% -
XYZ 49.31 57.86 56.15 -
YUV 195.85 123.57 113.13 -
System Red Green Blue C M Y K H S L
Decimal 175 208 188 0.16 0 0.10 0.18 143.64 0.26 0.75
Hex AF D0 BC 10 0 A 12 90 1A 4B
Octal 257 320 274 20 0 12 22 220 32 113
Binary 10101111 11010000 10111100 10000 0 1010 10010 10010000 11010 1001011

Color Harmonies of #AFD0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD0BC

Black with #AFD0BC

Text Example


Text Example

White with #AFD0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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