#ADD1FB

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

Shades of Pale Cornflower Blue #ADD1FB

Tints of Pale Cornflower Blue #ADD1FB

Color information

#ADD1FB (or 0xADD1FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D1 and FB. RGB value is (173,209,251). Sum of RGB (Red+Green+Blue) = 173+209+251=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADD1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD1FB is #522E04. Grayscale: #CACACA. Windows color (decimal): -5385733 or 16503213. OLE color: 16503213.

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

Color convert

RGB173209251-
CMYK0.310.1700.02
HSL212.31º90.7%83.14%-
HSV(B)212.31º31.08%98.43%-
XYZ57.4561.45100.1-
YUV203.02155.07106.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.33%
GREEN value IS 209 (82.03% from 255) = 33.02%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=27.33%
G=33.02%
B=39.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732092510.310.1700.02212.3190.783.14
HexADD1FB1F1102d45b53
Octal255321373372102324133123
Binary10101101110100011111101111111100010101101010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD1FB; }

 p { color: rgb(173,209,251); }

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

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

 a { background-color: rgb(173,209,251); }

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

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

 span { border-color: rgb(173,209,251); }

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