#ADCFDF

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

Shades of French Pass #ADCFDF

Tints of French Pass #ADCFDF

Color information

#ADCFDF (or 0xADCFDF) is unknown color: approx French Pass. HEX triplet: AD, CF and DF. RGB value is (173,207,223). Sum of RGB (Red+Green+Blue) = 173+207+223=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADCFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFDF is #523020. Grayscale: #C6C6C6. Windows color (decimal): -5386273 or 14667693. OLE color: 14667693.

HSL color Cylindrical-coordinate representation of color #ADCFDF: hue angle of 199.2º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADCFDF is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173207223-
CMYK0.220.0700.13
HSL199.2º43.86%77.65%-
HSV(B)199.2º22.42%87.45%-
XYZ52.8758.8478.38-
YUV198.66141.74109.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.69%
GREEN value IS 207 (81.25% from 255) = 34.33%
BLUE value IS 223 (87.5% from 255) = 36.98%
R=28.69%
G=34.33%
B=36.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732072230.220.0700.13199.243.8677.65
HexADCFDF1670Dc72c4e
Octal25531733726701530754116
Binary1010110111001111110111111011011101101110001111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCFDF; }

 p { color: rgb(173,207,223); }

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

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

 a { background-color: rgb(173,207,223); }

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

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

 span { border-color: rgb(173,207,223); }

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