#ADD7F3

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

Shades of Pale Cornflower Blue #ADD7F3

Tints of Pale Cornflower Blue #ADD7F3

Color information

#ADD7F3 (or 0xADD7F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D7 and F3. RGB value is (173,215,243). Sum of RGB (Red+Green+Blue) = 173+215+243=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADD7F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD7F3 is #52280C. Grayscale: #CDCDCD. Windows color (decimal): -5384205 or 15980461. OLE color: 15980461.

HSL color Cylindrical-coordinate representation of color #ADD7F3: hue angle of 204º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADD7F3 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173215243-
CMYK0.290.1200.05
HSL204º74.47%81.57%-
HSV(B)204º28.81%95.29%-
XYZ57.7163.9694.1-
YUV205.63149.09104.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.42%
GREEN value IS 215 (84.38% from 255) = 34.07%
BLUE value IS 243 (95.31% from 255) = 38.51%
R=27.42%
G=34.07%
B=38.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732152430.290.1200.0520474.4781.57
HexADD7F31DC05cc4a52
Octal255327363351405314112122
Binary10101101110101111111001111101110001011100110010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD7F3; }

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

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

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

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

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

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

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

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