#ADD0FC

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

Shades of Pale Cornflower Blue #ADD0FC

Tints of Pale Cornflower Blue #ADD0FC

Color information

#ADD0FC (or 0xADD0FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D0 and FC. RGB value is (173,208,252). Sum of RGB (Red+Green+Blue) = 173+208+252=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADD0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0FC is #522F03. Grayscale: #CACACA. Windows color (decimal): -5385988 or 16568493. OLE color: 16568493.

HSL color Cylindrical-coordinate representation of color #ADD0FC: hue angle of 213.42º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADD0FC is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173208252-
CMYK0.310.1700.01
HSL213.42º92.94%83.33%-
HSV(B)213.42º31.35%98.82%-
XYZ57.3661.02100.85-
YUV202.55155.9106.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.33%
GREEN value IS 208 (81.64% from 255) = 32.86%
BLUE value IS 252 (98.83% from 255) = 39.81%
R=27.33%
G=32.86%
B=39.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732082520.310.1700.01213.4292.9483.33
HexADD0FC1F1101d55d53
Octal255320374372101325135123
Binary1010110111010000111111001111110001011101010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0FC; }

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

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

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

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

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

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

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

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