Html Css Color HEX #ADCCE0 Sail

📋 copy color: '#ADCCE0'

red 173 ◦ green 204 ◦ blue 224

#ADCCE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sail #ADCCE0

Tints of Sail #ADCCE0

RGB

 RED value IS 173 (67.97% from 255) = 28.79%

 GREEN value IS 204 (80.08% from 255) = 33.94%

 BLUE value IS 224 (87.89% from 255) = 37.27%

R = 28.79%
G = 33.94%
B = 37.27%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ADCCE0 (or 0xADCCE0) is known color: Sail. HEX triplet: AD, CC and E0. RGB value is (173,204,224). Sum of RGB (Red+Green+Blue) = 173+204+224=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADCCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCE0 is #52331F. Grayscale: #C4C4C4. Windows color (decimal): -5387040 or 14732461. OLE color: 14732461.

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

Color convert

RGB 173 204 224 -
CMYK 0.23 0.09 0 0.12
HSL 203.53º 0.45% 0.78% -
HSV(B) 203.53º 0.23% 0.88% -
XYZ 52.28 57.45 78.85 -
YUV 197.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 173 204 224 0.23 0.09 0 0.12 203.53 0.45 0.78
Hex AD CC E0 17 9 0 C CC 2D 4E
Octal 255 314 340 27 11 0 14 314 55 116
Binary 10101101 11001100 11100000 10111 1001 0 1100 11001100 101101 1001110

Color Harmonies of #ADCCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCE0

Black with #ADCCE0

Text Example


Text Example

White with #ADCCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCCE0; }

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

 H1.HeaderClassName
 {
   color: #ADCCE0;
 }
 .AnyTagClassName
 {
   color: #ADCCE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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