#ADD9FE

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

Shades of Pale Cornflower Blue #ADD9FE

Tints of Pale Cornflower Blue #ADD9FE

Color information

#ADD9FE (or 0xADD9FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D9 and FE. RGB value is (173,217,254). Sum of RGB (Red+Green+Blue) = 173+217+254=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADD9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD9FE is #522601. Grayscale: #CFCFCF. Windows color (decimal): -5383682 or 16701869. OLE color: 16701869.

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

Color convert

RGB173217254-
CMYK0.320.1500.00
HSL207.41º97.59%83.73%-
HSV(B)207.41º31.89%99.61%-
XYZ59.9465.67103.28-
YUV208.06153.92102.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.86%
GREEN value IS 217 (85.16% from 255) = 33.70%
BLUE value IS 254 (99.61% from 255) = 39.44%
R=26.86%
G=33.70%
B=39.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1732172540.320.1500.00207.4197.5983.73
HexADD9FE20F00cf6254
Octal255331376401700317142124
Binary1010110111011001111111101000001111001100111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD9FE; }

 p { color: rgb(173,217,254); }

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

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

 a { background-color: rgb(173,217,254); }

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

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

 span { border-color: rgb(173,217,254); }

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