#ADD7FF

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

Shades of Pale Cornflower Blue #ADD7FF

Tints of Pale Cornflower Blue #ADD7FF

Color information

#ADD7FF (or 0xADD7FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D7 and FF. RGB value is (173,215,255). Sum of RGB (Red+Green+Blue) = 173+215+255=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADD7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD7FF is #522800. Grayscale: #CECECE. Windows color (decimal): -5384193 or 16766893. OLE color: 16766893.

HSL color Cylindrical-coordinate representation of color #ADD7FF: hue angle of 209.27º 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 #ADD7FF is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB173215255-
CMYK0.320.1600
HSL209.27º100%83.92%-
HSV(B)209.27º32.16%100%-
XYZ59.5864.71103.96-
YUV207155.09103.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.91%
GREEN value IS 215 (84.38% from 255) = 33.44%
BLUE value IS 255 (100% from 255) = 39.66%
R=26.91%
G=33.44%
B=39.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732152550.320.1600209.2710083.92
HexADD7FF201000d16454
Octal255327377402000321144124
Binary10101101110101111111111110000010000001101000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD7FF; }

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

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

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

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

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

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

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

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