#ADCEE2

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

Shades of Sail #ADCEE2

Tints of Sail #ADCEE2

Color information

#ADCEE2 (or 0xADCEE2) is unknown color: approx Sail. HEX triplet: AD, CE and E2. RGB value is (173,206,226). Sum of RGB (Red+Green+Blue) = 173+206+226=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADCEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEE2 is #52311D. Grayscale: #C6C6C6. Windows color (decimal): -5386526 or 14864045. OLE color: 14864045.

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

Color convert

RGB173206226-
CMYK0.230.0900.11
HSL202.64º47.75%78.24%-
HSV(B)202.64º23.45%88.63%-
XYZ53.0358.5280.45-
YUV198.41143.57109.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.60%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 226 (88.67% from 255) = 37.36%
R=28.60%
G=34.05%
B=37.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1732062260.230.0900.11202.6447.7578.24
HexADCEE21790Bcb304e
Octal255316342271101331360116
Binary10101101110011101110001010111100101011110010111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEE2; }

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

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

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

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

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

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

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

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