#AFDAC1

Color #AFDAC1 Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #AFDAC1

Tints of Nebula #AFDAC1

Color information

#AFDAC1 (or 0xAFDAC1) is unknown color: approx Nebula. HEX triplet: AF, DA and C1. RGB value is (175,218,193). Sum of RGB (Red+Green+Blue) = 175+218+193=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDAC1 is #50253E. Grayscale: #CACACA. Windows color (decimal): -5252415 or 12704431. OLE color: 12704431.

HSL color Cylindrical-coordinate representation of color #AFDAC1: hue angle of 145.12º 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 #AFDAC1 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB175218193-
CMYK0.2000.110.15
HSL145.12º36.75%77.06%-
HSV(B)145.12º19.72%85.49%-
XYZ52.3863.1159.87-
YUV202.29122.75108.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 218 (85.55% from 255) = 37.20%
BLUE value IS 193 (75.78% from 255) = 32.94%
R=29.86%
G=37.20%
B=32.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752181930.2000.110.15145.1236.7577.06
HexAFDAC1140BF91254d
Octal257332301240131722145115
Binary10101111110110101100000110100010111111100100011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDAC1; }

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

 H1.HeaderClassName
 {
   color: #AFDAC1;
 }
 .AnyTagClassName
 {
   color: #AFDAC1;
 }
</style>
background-color css

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

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

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

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

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

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