#ADCCF1

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

Shades of Pale Cornflower Blue #ADCCF1

Tints of Pale Cornflower Blue #ADCCF1

Color information

#ADCCF1 (or 0xADCCF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CC and F1. RGB value is (173,204,241). Sum of RGB (Red+Green+Blue) = 173+204+241=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADCCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCCF1 is #52330E. Grayscale: #C6C6C6. Windows color (decimal): -5387023 or 15846573. OLE color: 15846573.

HSL color Cylindrical-coordinate representation of color #ADCCF1: hue angle of 212.65º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADCCF1 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173204241-
CMYK0.280.1500.05
HSL212.65º70.83%81.18%-
HSV(B)212.65º28.22%94.51%-
XYZ54.758.4291.61-
YUV198.95151.73109.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.99%
GREEN value IS 204 (80.08% from 255) = 33.01%
BLUE value IS 241 (94.53% from 255) = 39.00%
R=27.99%
G=33.01%
B=39.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732042410.280.1500.05212.6570.8381.18
HexADCCF11CF05d54751
Octal255314361341705325107121
Binary10101101110011001111000111100111101011101010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCF1; }

 p { color: rgb(173,204,241); }

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

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

 a { background-color: rgb(173,204,241); }

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

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

 span { border-color: rgb(173,204,241); }

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