Html Css Color HEX #AFD8C2 Nebula

📋 copy color: '#AFD8C2'

red 175 ◦ green 216 ◦ blue 194

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

Shades of Nebula #AFD8C2

Tints of Nebula #AFD8C2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.92%

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

R = 29.91%
G = 36.92%
B = 33.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#AFD8C2 (or 0xAFD8C2) is known color: Nebula. HEX triplet: AF, D8 and C2. RGB value is (175,216,194). Sum of RGB (Red+Green+Blue) = 175+216+194=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD8C2 is #50273D. Grayscale: #C9C9C9. Windows color (decimal): -5252926 or 12769455. OLE color: 12769455.

HSL color Cylindrical-coordinate representation of color #AFD8C2: hue angle of 147.8º degrees, saturation: 0.34, 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 #AFD8C2 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 216 194 -
CMYK 0.19 0 0.10 0.15
HSL 147.8º 0.34% 0.77% -
HSV(B) 147.8º 0.19% 0.85% -
XYZ 51.97 62.12 60.29 -
YUV 201.23 123.92 109.29 -
System Red Green Blue C M Y K H S L
Decimal 175 216 194 0.19 0 0.10 0.15 147.8 0.34 0.77
Hex AF D8 C2 13 0 A F 94 22 4D
Octal 257 330 302 23 0 12 17 224 42 115
Binary 10101111 11011000 11000010 10011 0 1010 1111 10010100 100010 1001101

Color Harmonies of #AFD8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD8C2

Black with #AFD8C2

Text Example


Text Example

White with #AFD8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD8C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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