#ADD5FC

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

Shades of Pale Cornflower Blue #ADD5FC

Tints of Pale Cornflower Blue #ADD5FC

Color information

#ADD5FC (or 0xADD5FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D5 and FC. RGB value is (173,213,252). Sum of RGB (Red+Green+Blue) = 173+213+252=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADD5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5FC is #522A03. Grayscale: #CDCDCD. Windows color (decimal): -5384708 or 16569773. OLE color: 16569773.

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

Color convert

RGB173213252-
CMYK0.310.1500.01
HSL209.62º92.94%83.33%-
HSV(B)209.62º31.35%98.82%-
XYZ58.663.5101.26-
YUV205.49154.25104.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.12%
GREEN value IS 213 (83.59% from 255) = 33.39%
BLUE value IS 252 (98.83% from 255) = 39.50%
R=27.12%
G=33.39%
B=39.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732132520.310.1500.01209.6292.9483.33
HexADD5FC1FF01d25d53
Octal255325374371701322135123
Binary101011011101010111111100111111111011101001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD5FC; }

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

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

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

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

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

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

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

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