#ADD9F3

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

Shades of Sail #ADD9F3

Tints of Sail #ADD9F3

Color information

#ADD9F3 (or 0xADD9F3) is unknown color: approx Sail. HEX triplet: AD, D9 and F3. RGB value is (173,217,243). Sum of RGB (Red+Green+Blue) = 173+217+243=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADD9F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD9F3 is #52260C. Grayscale: #CECECE. Windows color (decimal): -5383693 or 15980973. OLE color: 15980973.

HSL color Cylindrical-coordinate representation of color #ADD9F3: hue angle of 202.29º 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 #ADD9F3 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173217243-
CMYK0.290.1100.05
HSL202.29º74.47%81.57%-
HSV(B)202.29º28.81%95.29%-
XYZ58.2264.9894.27-
YUV206.81148.42103.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.33%
GREEN value IS 217 (85.16% from 255) = 34.28%
BLUE value IS 243 (95.31% from 255) = 38.39%
R=27.33%
G=34.28%
B=38.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732172430.290.1100.05202.2974.4781.57
HexADD9F31DB05ca4a52
Octal255331363351305312112122
Binary10101101110110011111001111101101101011100101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD9F3; }

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

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

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

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

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

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

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

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