#ADD2FF

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

Shades of Pale Cornflower Blue #ADD2FF

Tints of Pale Cornflower Blue #ADD2FF

Color information

#ADD2FF (or 0xADD2FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D2 and FF. RGB value is (173,210,255). Sum of RGB (Red+Green+Blue) = 173+210+255=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADD2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD2FF is #522D00. Grayscale: #CBCBCB. Windows color (decimal): -5385473 or 16765613. OLE color: 16765613.

HSL color Cylindrical-coordinate representation of color #ADD2FF: hue angle of 212.93º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADD2FF is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB173210255-
CMYK0.320.1800
HSL212.93º100%83.92%-
HSV(B)212.93º32.16%100%-
XYZ58.3362.2103.54-
YUV204.07156.74105.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.12%
GREEN value IS 210 (82.42% from 255) = 32.92%
BLUE value IS 255 (100% from 255) = 39.97%
R=27.12%
G=32.92%
B=39.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732102550.320.1800212.9310083.92
HexADD2FF201200d56454
Octal255322377402200325144124
Binary10101101110100101111111110000010010001101010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD2FF; }

 p { color: rgb(173,210,255); }

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

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

 a { background-color: rgb(173,210,255); }

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

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

 span { border-color: rgb(173,210,255); }

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