#ADD0FD

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

Shades of Pale Cornflower Blue #ADD0FD

Tints of Pale Cornflower Blue #ADD0FD

Color information

#ADD0FD (or 0xADD0FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D0 and FD. RGB value is (173,208,253). Sum of RGB (Red+Green+Blue) = 173+208+253=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADD0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0FD is #522F02. Grayscale: #CACACA. Windows color (decimal): -5385987 or 16634029. OLE color: 16634029.

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

Color convert

RGB173208253-
CMYK0.320.1800.01
HSL213.75º95.24%83.53%-
HSV(B)213.75º31.62%99.22%-
XYZ57.5261.09101.69-
YUV202.66156.4106.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.29%
GREEN value IS 208 (81.64% from 255) = 32.81%
BLUE value IS 253 (99.22% from 255) = 39.91%
R=27.29%
G=32.81%
B=39.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732082530.320.1800.01213.7595.2483.53
HexADD0FD201201d65f54
Octal255320375402201326137124
Binary10101101110100001111110110000010010011101011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0FD; }

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

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

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

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

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

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

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

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