Html Css Color HEX #ADCEE3 Sail

📋 copy color: '#ADCEE3'

red 173 ◦ green 206 ◦ blue 227

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

Shades of Sail #ADCEE3

Tints of Sail #ADCEE3

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 value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ADCEE3 (or 0xADCEE3) is known color: 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

RGB 173 206 227 -
CMYK 0.24 0.09 0 0.11
HSL 203.33º 0.49% 0.78% -
HSV(B) 203.33º 0.24% 0.89% -
XYZ 53.17 58.57 81.18 -
YUV 198.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 173 206 227 0.24 0.09 0 0.11 203.33 0.49 0.78
Hex AD CE E3 18 9 0 B CB 31 4E
Octal 255 316 343 30 11 0 13 313 61 116
Binary 10101101 11001110 11100011 11000 1001 0 1011 11001011 110001 1001110

Color Harmonies of #ADCEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCEE3

Black with #ADCEE3

Text Example


Text Example

White with #ADCEE3

Text Example


Text Example

HTML Codes & Css Web 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>