#ADCEE3

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

Shades of Sail #ADCEE3

Tints of Sail #ADCEE3

Color information

#ADCEE3 (or 0xADCEE3) is unknown color: approx Sail. HEX triplet: AD, CE and E3. RGB value is (173,206,227). Sum of RGB (Red+Green+Blue) = 173+206+227=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADCEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEE3 is #52311C. Grayscale: #C6C6C6. Windows color (decimal): -5386525 or 14929581. OLE color: 14929581.

HSL color Cylindrical-coordinate representation of color #ADCEE3: hue angle of 203.33º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADCEE3 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173206227-
CMYK0.240.0900.11
HSL203.33º49.09%78.43%-
HSV(B)203.33º23.79%89.02%-
XYZ53.1758.5781.18-
YUV198.53144.07109.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.55%
GREEN value IS 206 (80.86% from 255) = 33.99%
BLUE value IS 227 (89.06% from 255) = 37.46%
R=28.55%
G=33.99%
B=37.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1732062270.240.0900.11203.3349.0978.43
HexADCEE31890Bcb314e
Octal255316343301101331361116
Binary10101101110011101110001111000100101011110010111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEE3; }

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

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

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

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

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

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

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

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