#ADCEE5

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

Shades of Sail #ADCEE5

Tints of Sail #ADCEE5

Color information

#ADCEE5 (or 0xADCEE5) is unknown color: approx Sail. HEX triplet: AD, CE and E5. RGB value is (173,206,229). Sum of RGB (Red+Green+Blue) = 173+206+229=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADCEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEE5 is #52311A. Grayscale: #C6C6C6. Windows color (decimal): -5386523 or 15060653. OLE color: 15060653.

HSL color Cylindrical-coordinate representation of color #ADCEE5: hue angle of 204.64º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADCEE5 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173206229-
CMYK0.240.1000.10
HSL204.64º51.85%78.82%-
HSV(B)204.64º24.45%89.8%-
XYZ53.4558.6882.64-
YUV198.76145.07109.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.45%
GREEN value IS 206 (80.86% from 255) = 33.88%
BLUE value IS 229 (89.84% from 255) = 37.66%
R=28.45%
G=33.88%
B=37.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1732062290.240.1000.10204.6451.8578.82
HexADCEE518A0Acd344f
Octal255316345301201231564117
Binary10101101110011101110010111000101001010110011011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEE5; }

 p { color: rgb(173,206,229); }

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

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

 a { background-color: rgb(173,206,229); }

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

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

 span { border-color: rgb(173,206,229); }

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