#ADD5F0

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

Shades of Sail #ADD5F0

Tints of Sail #ADD5F0

Color information

#ADD5F0 (or 0xADD5F0) is unknown color: approx Sail. HEX triplet: AD, D5 and F0. RGB value is (173,213,240). Sum of RGB (Red+Green+Blue) = 173+213+240=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADD5F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5F0 is #522A0F. Grayscale: #CBCBCB. Windows color (decimal): -5384720 or 15783341. OLE color: 15783341.

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

Color convert

RGB173213240-
CMYK0.280.1100.06
HSL204.18º69.07%80.98%-
HSV(B)204.18º27.92%94.12%-
XYZ56.7662.7691.56-
YUV204.12148.25105.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.64%
GREEN value IS 213 (83.59% from 255) = 34.03%
BLUE value IS 240 (94.14% from 255) = 38.34%
R=27.64%
G=34.03%
B=38.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732132400.280.1100.06204.1869.0780.98
HexADD5F01CB06cc4551
Octal255325360341306314105121
Binary10101101110101011111000011100101101101100110010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD5F0; }

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

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

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

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

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

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

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

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