#ADD7F1

Color #ADD7F1 Sail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sail #ADD7F1

Tints of Sail #ADD7F1

Color information

#ADD7F1 (or 0xADD7F1) is unknown color: approx Sail. HEX triplet: AD, D7 and F1. RGB value is (173,215,241). Sum of RGB (Red+Green+Blue) = 173+215+241=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADD7F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD7F1 is #52280E. Grayscale: #CDCDCD. Windows color (decimal): -5384207 or 15849389. OLE color: 15849389.

HSL color Cylindrical-coordinate representation of color #ADD7F1: hue angle of 202.94º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADD7F1 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173215241-
CMYK0.280.1100.05
HSL202.94º70.83%81.18%-
HSV(B)202.94º28.22%94.51%-
XYZ57.4163.8492.51-
YUV205.41148.09104.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.50%
GREEN value IS 215 (84.38% from 255) = 34.18%
BLUE value IS 241 (94.53% from 255) = 38.31%
R=27.50%
G=34.18%
B=38.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732152410.280.1100.05202.9470.8381.18
HexADD7F11CB05cb4751
Octal255327361341305313107121
Binary10101101110101111111000111100101101011100101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD7F1; }

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

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

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

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

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

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

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

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