#ADD5FE

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

Shades of Pale Cornflower Blue #ADD5FE

Tints of Pale Cornflower Blue #ADD5FE

Color information

#ADD5FE (or 0xADD5FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D5 and FE. RGB value is (173,213,254). Sum of RGB (Red+Green+Blue) = 173+213+254=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADD5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5FE is #522A01. Grayscale: #CDCDCD. Windows color (decimal): -5384706 or 16700845. OLE color: 16700845.

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

Color convert

RGB173213254-
CMYK0.320.1600.00
HSL210.37º97.59%83.73%-
HSV(B)210.37º31.89%99.61%-
XYZ58.9263.63102.94-
YUV205.71155.25104.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.03%
GREEN value IS 213 (83.59% from 255) = 33.28%
BLUE value IS 254 (99.61% from 255) = 39.69%
R=27.03%
G=33.28%
B=39.69%

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
Decimal1732132540.320.1600.00210.3797.5983.73
HexADD5FE201000d26254
Octal255325376402000322142124
Binary10101101110101011111111010000010000001101001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD5FE; }

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

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

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

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

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

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

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

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