#ADD3FA

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

Shades of Pale Cornflower Blue #ADD3FA

Tints of Pale Cornflower Blue #ADD3FA

Color information

#ADD3FA (or 0xADD3FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D3 and FA. RGB value is (173,211,250). Sum of RGB (Red+Green+Blue) = 173+211+250=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADD3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3FA is #522C05. Grayscale: #CBCBCB. Windows color (decimal): -5385222 or 16438189. OLE color: 16438189.

HSL color Cylindrical-coordinate representation of color #ADD3FA: hue angle of 210.39º degrees, saturation: 0.89, 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 #ADD3FA is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173211250-
CMYK0.310.1600.02
HSL210.39º88.51%82.94%-
HSV(B)210.39º30.8%98.04%-
XYZ57.7862.3799.44-
YUV204.08153.91105.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.29%
GREEN value IS 211 (82.81% from 255) = 33.28%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=27.29%
G=33.28%
B=39.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732112500.310.1600.02210.3988.5182.94
HexADD3FA1F1002d25953
Octal255323372372002322131123
Binary10101101110100111111101011111100000101101001010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD3FA; }

 p { color: rgb(173,211,250); }

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

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

 a { background-color: rgb(173,211,250); }

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

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

 span { border-color: rgb(173,211,250); }

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