#ADCDF6

Color #ADCDF6 Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #ADCDF6

Tints of Pale Cornflower Blue #ADCDF6

Color information

#ADCDF6 (or 0xADCDF6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CD and F6. RGB value is (173,205,246). Sum of RGB (Red+Green+Blue) = 173+205+246=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 246 (96.48% from 255 or 39.42% from 624); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADCDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCDF6 is #523209. Grayscale: #C7C7C7. Windows color (decimal): -5386762 or 16174509. OLE color: 16174509.

HSL color Cylindrical-coordinate representation of color #ADCDF6: hue angle of 213.7º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADCDF6 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173205246-
CMYK0.300.1700.04
HSL213.7º80.22%82.16%-
HSV(B)213.7º29.67%96.47%-
XYZ55.759.295.68-
YUV200.11153.9108.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.72%
GREEN value IS 205 (80.47% from 255) = 32.85%
BLUE value IS 246 (96.48% from 255) = 39.42%
R=27.72%
G=32.85%
B=39.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732052460.300.1700.04213.780.2282.16
HexADCDF61E1104d65052
Octal255315366362104326120122
Binary101011011100110111110110111101000101001101011010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDF6; }

 p { color: rgb(173,205,246); }

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

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

 a { background-color: rgb(173,205,246); }

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

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

 span { border-color: rgb(173,205,246); }

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