Html Css Color HEX #AFD9C2 Nebula

📋 copy color: '#AFD9C2'

red 175 ◦ green 217 ◦ blue 194

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

Shades of Nebula #AFD9C2

Tints of Nebula #AFD9C2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.03%

 BLUE value IS 194 (76.17% from 255) = 33.11%

R = 29.86%
G = 37.03%
B = 33.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#AFD9C2 (or 0xAFD9C2) is known color: Nebula. HEX triplet: AF, D9 and C2. RGB value is (175,217,194). Sum of RGB (Red+Green+Blue) = 175+217+194=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD9C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD9C2 is #50263D. Grayscale: #C9C9C9. Windows color (decimal): -5252670 or 12769711. OLE color: 12769711.

HSL color Cylindrical-coordinate representation of color #AFD9C2: hue angle of 147.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD9C2 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 217 194 -
CMYK 0.19 0 0.11 0.15
HSL 147.14º 0.36% 0.77% -
HSV(B) 147.14º 0.19% 0.85% -
XYZ 52.23 62.63 60.38 -
YUV 201.82 123.59 108.87 -
System Red Green Blue C M Y K H S L
Decimal 175 217 194 0.19 0 0.11 0.15 147.14 0.36 0.77
Hex AF D9 C2 13 0 B F 93 24 4D
Octal 257 331 302 23 0 13 17 223 44 115
Binary 10101111 11011001 11000010 10011 0 1011 1111 10010011 100100 1001101

Color Harmonies of #AFD9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD9C2

Black with #AFD9C2

Text Example


Text Example

White with #AFD9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD9C2; }

 p { color: rgb(175,217,194); }

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

background-color css

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

 a { background-color: rgb(175,217,194); }

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

border-color css

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

 span { border-color: rgb(175,217,194); }

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