#ADD0FE

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

Shades of Pale Cornflower Blue #ADD0FE

Tints of Pale Cornflower Blue #ADD0FE

Color information

#ADD0FE (or 0xADD0FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D0 and FE. RGB value is (173,208,254). Sum of RGB (Red+Green+Blue) = 173+208+254=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADD0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0FE is #522F01. Grayscale: #CACACA. Windows color (decimal): -5385986 or 16699565. OLE color: 16699565.

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

Color convert

RGB173208254-
CMYK0.320.1800.00
HSL214.07º97.59%83.73%-
HSV(B)214.07º31.89%99.61%-
XYZ57.6861.15102.53-
YUV202.78156.9106.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.24%
GREEN value IS 208 (81.64% from 255) = 32.76%
BLUE value IS 254 (99.61% from 255) = 40%
R=27.24%
G=32.76%
B=40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1732082540.320.1800.00214.0797.5983.73
HexADD0FE201200d66254
Octal255320376402200326142124
Binary10101101110100001111111010000010010001101011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0FE; }

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

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

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

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

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

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

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

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