#ADD5F6

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

Shades of Pale Cornflower Blue #ADD5F6

Tints of Pale Cornflower Blue #ADD5F6

Color information

#ADD5F6 (or 0xADD5F6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D5 and F6. RGB value is (173,213,246). Sum of RGB (Red+Green+Blue) = 173+213+246=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADD5F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5F6 is #522A09. Grayscale: #CCCCCC. Windows color (decimal): -5384714 or 16176557. OLE color: 16176557.

HSL color Cylindrical-coordinate representation of color #ADD5F6: hue angle of 207.12º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADD5F6 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173213246-
CMYK0.300.1300.04
HSL207.12º80.22%82.16%-
HSV(B)207.12º29.67%96.47%-
XYZ57.6663.1396.33-
YUV204.8151.25105.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.37%
GREEN value IS 213 (83.59% from 255) = 33.70%
BLUE value IS 246 (96.48% from 255) = 38.92%
R=27.37%
G=33.70%
B=38.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732132460.300.1300.04207.1280.2282.16
HexADD5F61ED04cf5052
Octal255325366361504317120122
Binary10101101110101011111011011110110101001100111110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD5F6; }

 p { color: rgb(173,213,246); }

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

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

 a { background-color: rgb(173,213,246); }

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

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

 span { border-color: rgb(173,213,246); }

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