#ADD4FF

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

Shades of Pale Cornflower Blue #ADD4FF

Tints of Pale Cornflower Blue #ADD4FF

Color information

#ADD4FF (or 0xADD4FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D4 and FF. RGB value is (173,212,255). Sum of RGB (Red+Green+Blue) = 173+212+255=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADD4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD4FF is #522B00. Grayscale: #CDCDCD. Windows color (decimal): -5384961 or 16766125. OLE color: 16766125.

HSL color Cylindrical-coordinate representation of color #ADD4FF: hue angle of 211.46º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADD4FF is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB173212255-
CMYK0.320.1700
HSL211.46º100%83.92%-
HSV(B)211.46º32.16%100%-
XYZ58.8363.19103.7-
YUV205.24156.08105-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.03%
GREEN value IS 212 (83.20% from 255) = 33.12%
BLUE value IS 255 (100% from 255) = 39.84%
R=27.03%
G=33.12%
B=39.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732122550.320.1700211.4610083.92
HexADD4FF201100d36454
Octal255324377402100323144124
Binary10101101110101001111111110000010001001101001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD4FF; }

 p { color: rgb(173,212,255); }

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

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

 a { background-color: rgb(173,212,255); }

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

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

 span { border-color: rgb(173,212,255); }

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