#ADCEE1

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

Shades of Sail #ADCEE1

Tints of Sail #ADCEE1

Color information

#ADCEE1 (or 0xADCEE1) is unknown color: approx Sail. HEX triplet: AD, CE and E1. RGB value is (173,206,225). Sum of RGB (Red+Green+Blue) = 173+206+225=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADCEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEE1 is #52311E. Grayscale: #C6C6C6. Windows color (decimal): -5386527 or 14798509. OLE color: 14798509.

HSL color Cylindrical-coordinate representation of color #ADCEE1: hue angle of 201.92º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADCEE1 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173206225-
CMYK0.230.0800.12
HSL201.92º46.43%78.04%-
HSV(B)201.92º23.11%88.24%-
XYZ52.958.4679.73-
YUV198.3143.07109.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.64%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 225 (88.28% from 255) = 37.25%
R=28.64%
G=34.11%
B=37.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732062250.230.0800.12201.9246.4378.04
HexADCEE11780Cca2e4e
Octal255316341271001431256116
Binary10101101110011101110000110111100001100110010101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEE1; }

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

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

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

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

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

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

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

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