#ADDAFA

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

Shades of Pale Cornflower Blue #ADDAFA

Tints of Pale Cornflower Blue #ADDAFA

Color information

#ADDAFA (or 0xADDAFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, DA and FA. RGB value is (173,218,250). Sum of RGB (Red+Green+Blue) = 173+218+250=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADDAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAFA is #522505. Grayscale: #D0D0D0. Windows color (decimal): -5383430 or 16439981. OLE color: 16439981.

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

Color convert

RGB173218250-
CMYK0.310.1300.02
HSL204.94º88.51%82.94%-
HSV(B)204.94º30.8%98.04%-
XYZ59.5665.93100.03-
YUV208.19151.59102.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.99%
GREEN value IS 218 (85.55% from 255) = 34.01%
BLUE value IS 250 (98.05% from 255) = 39.00%
R=26.99%
G=34.01%
B=39.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732182500.310.1300.02204.9488.5182.94
HexADDAFA1FD02cd5953
Octal255332372371502315131123
Binary1010110111011010111110101111111010101100110110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDAFA; }

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

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

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

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

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

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

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

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