Html Css Color HEX #AFD0BE Nebula

📋 copy color: '#AFD0BE'

red 175 ◦ green 208 ◦ blue 190

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

Shades of Nebula #AFD0BE

Tints of Nebula #AFD0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.16%

R = 30.54%
G = 36.3%
B = 33.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#AFD0BE (or 0xAFD0BE) is known color: Nebula. HEX triplet: AF, D0 and BE. RGB value is (175,208,190). Sum of RGB (Red+Green+Blue) = 175+208+190=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD0BE is #502F41. Grayscale: #C4C4C4. Windows color (decimal): -5254978 or 12505263. OLE color: 12505263.

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

Color convert

RGB 175 208 190 -
CMYK 0.16 0 0.09 0.18
HSL 147.27º 0.26% 0.75% -
HSV(B) 147.27º 0.16% 0.82% -
XYZ 49.53 57.94 57.29 -
YUV 196.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 175 208 190 0.16 0 0.09 0.18 147.27 0.26 0.75
Hex AF D0 BE 10 0 9 12 93 1A 4B
Octal 257 320 276 20 0 11 22 223 32 113
Binary 10101111 11010000 10111110 10000 0 1001 10010 10010011 11010 1001011

Color Harmonies of #AFD0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD0BE

Black with #AFD0BE

Text Example


Text Example

White with #AFD0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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