#ADD5FD

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

Shades of Pale Cornflower Blue #ADD5FD

Tints of Pale Cornflower Blue #ADD5FD

Color information

#ADD5FD (or 0xADD5FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D5 and FD. RGB value is (173,213,253). Sum of RGB (Red+Green+Blue) = 173+213+253=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADD5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5FD is #522A02. Grayscale: #CDCDCD. Windows color (decimal): -5384707 or 16635309. OLE color: 16635309.

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

Color convert

RGB173213253-
CMYK0.320.1600.01
HSL210º95.24%83.53%-
HSV(B)210º31.62%99.22%-
XYZ58.7663.56102.1-
YUV205.6154.75104.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.07%
GREEN value IS 213 (83.59% from 255) = 33.33%
BLUE value IS 253 (99.22% from 255) = 39.59%
R=27.07%
G=33.33%
B=39.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732132530.320.1600.0121095.2483.53
HexADD5FD201001d25f54
Octal255325375402001322137124
Binary10101101110101011111110110000010000011101001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD5FD; }

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

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

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

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

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

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

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

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