#ADCCE1

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

Shades of Sail #ADCCE1

Tints of Sail #ADCCE1

Color information

#ADCCE1 (or 0xADCCE1) is unknown color: approx Sail. HEX triplet: AD, CC and E1. RGB value is (173,204,225). Sum of RGB (Red+Green+Blue) = 173+204+225=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADCCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCE1 is #52331E. Grayscale: #C5C5C5. Windows color (decimal): -5387039 or 14797997. OLE color: 14797997.

HSL color Cylindrical-coordinate representation of color #ADCCE1: hue angle of 204.23º 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 #ADCCE1 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173204225-
CMYK0.230.0900.12
HSL204.23º46.43%78.04%-
HSV(B)204.23º23.11%88.24%-
XYZ52.4257.5179.57-
YUV197.12143.73110.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.74%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 225 (88.28% from 255) = 37.38%
R=28.74%
G=33.89%
B=37.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732042250.230.0900.12204.2346.4378.04
HexADCCE11790Ccc2e4e
Octal255314341271101431456116
Binary10101101110011001110000110111100101100110011001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCE1; }

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

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

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

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

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

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

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

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