#ADCFF6

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

Shades of Pale Cornflower Blue #ADCFF6

Tints of Pale Cornflower Blue #ADCFF6

Color information

#ADCFF6 (or 0xADCFF6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CF and F6. RGB value is (173,207,246). Sum of RGB (Red+Green+Blue) = 173+207+246=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 246 (96.48% from 255 or 39.30% from 626); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADCFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCFF6 is #523009. Grayscale: #C9C9C9. Windows color (decimal): -5386250 or 16175021. OLE color: 16175021.

HSL color Cylindrical-coordinate representation of color #ADCFF6: hue angle of 212.05º 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 #ADCFF6 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173207246-
CMYK0.300.1600.04
HSL212.05º80.22%82.16%-
HSV(B)212.05º29.67%96.47%-
XYZ56.1860.1695.84-
YUV201.28153.24107.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.64%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 246 (96.48% from 255) = 39.30%
R=27.64%
G=33.07%
B=39.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732072460.300.1600.04212.0580.2282.16
HexADCFF61E1004d45052
Octal255317366362004324120122
Binary101011011100111111110110111101000001001101010010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCFF6; }

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

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

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

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

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

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

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

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