#ADD6FE

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

Shades of Pale Cornflower Blue #ADD6FE

Tints of Pale Cornflower Blue #ADD6FE

Color information

#ADD6FE (or 0xADD6FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D6 and FE. RGB value is (173,214,254). Sum of RGB (Red+Green+Blue) = 173+214+254=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADD6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD6FE is #522901. Grayscale: #CECECE. Windows color (decimal): -5384450 or 16701101. OLE color: 16701101.

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

Color convert

RGB173214254-
CMYK0.320.1600.00
HSL209.63º97.59%83.73%-
HSV(B)209.63º31.89%99.61%-
XYZ59.1764.13103.03-
YUV206.3154.92104.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.99%
GREEN value IS 214 (83.98% from 255) = 33.39%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=26.99%
G=33.39%
B=39.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1732142540.320.1600.00209.6397.5983.73
HexADD6FE201000d26254
Octal255326376402000322142124
Binary10101101110101101111111010000010000001101001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD6FE; }

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

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

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

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

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

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

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

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