#ADD7FE

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

Shades of Pale Cornflower Blue #ADD7FE

Tints of Pale Cornflower Blue #ADD7FE

Color information

#ADD7FE (or 0xADD7FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D7 and FE. RGB value is (173,215,254). Sum of RGB (Red+Green+Blue) = 173+215+254=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADD7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD7FE is #522801. Grayscale: #CECECE. Windows color (decimal): -5384194 or 16701357. OLE color: 16701357.

HSL color Cylindrical-coordinate representation of color #ADD7FE: hue angle of 208.89º 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 #ADD7FE is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB173215254-
CMYK0.320.1500.00
HSL208.89º97.59%83.73%-
HSV(B)208.89º31.89%99.61%-
XYZ59.4264.64103.11-
YUV206.89154.59103.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.95%
GREEN value IS 215 (84.38% from 255) = 33.49%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=26.95%
G=33.49%
B=39.56%

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
Decimal1732152540.320.1500.00208.8997.5983.73
HexADD7FE20F00d16254
Octal255327376401700321142124
Binary1010110111010111111111101000001111001101000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD7FE; }

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

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

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

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

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

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

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

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