#ADCDF7

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

Shades of Pale Cornflower Blue #ADCDF7

Tints of Pale Cornflower Blue #ADCDF7

Color information

#ADCDF7 (or 0xADCDF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CD and F7. RGB value is (173,205,247). Sum of RGB (Red+Green+Blue) = 173+205+247=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 247 (96.88% from 255 or 39.52% from 625); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADCDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCDF7 is #523208. Grayscale: #C8C8C8. Windows color (decimal): -5386761 or 16240045. OLE color: 16240045.

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

Color convert

RGB173205247-
CMYK0.300.1700.03
HSL214.05º82.22%82.35%-
HSV(B)214.05º29.96%96.86%-
XYZ55.8559.2696.49-
YUV200.22154.4108.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.68%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 247 (96.88% from 255) = 39.52%
R=27.68%
G=32.8%
B=39.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1732052470.300.1700.03214.0582.2282.35
HexADCDF71E1103d65252
Octal255315367362103326122122
Binary10101101110011011111011111110100010111101011010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDF7; }

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

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

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

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

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

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

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

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