Html Css Color HEX #AFDAC2 Nebula

📋 copy color: '#AFDAC2'

red 175 ◦ green 218 ◦ blue 194

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

Shades of Nebula #AFDAC2

Tints of Nebula #AFDAC2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.14%

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

R = 29.81%
G = 37.14%
B = 33.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#AFDAC2 (or 0xAFDAC2) is known color: Nebula. HEX triplet: AF, DA and C2. RGB value is (175,218,194). Sum of RGB (Red+Green+Blue) = 175+218+194=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDAC2 is #50253D. Grayscale: #CACACA. Windows color (decimal): -5252414 or 12769967. OLE color: 12769967.

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

Color convert

RGB 175 218 194 -
CMYK 0.20 0 0.11 0.15
HSL 146.51º 0.37% 0.77% -
HSV(B) 146.51º 0.2% 0.85% -
XYZ 52.49 63.15 60.46 -
YUV 202.41 123.25 108.45 -
System Red Green Blue C M Y K H S L
Decimal 175 218 194 0.20 0 0.11 0.15 146.51 0.37 0.77
Hex AF DA C2 14 0 B F 93 25 4D
Octal 257 332 302 24 0 13 17 223 45 115
Binary 10101111 11011010 11000010 10100 0 1011 1111 10010011 100101 1001101

Color Harmonies of #AFDAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDAC2

Black with #AFDAC2

Text Example


Text Example

White with #AFDAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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