Html Css Color HEX #ADCEE5 Sail

📋 copy color: '#ADCEE5'

red 173 ◦ green 206 ◦ blue 229

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

Shades of Sail #ADCEE5

Tints of Sail #ADCEE5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.88%

 BLUE value IS 229 (89.84% from 255) = 37.66%

R = 28.45%
G = 33.88%
B = 37.66%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADCEE5 (or 0xADCEE5) is known color: Sail. HEX triplet: AD, CE and E5. RGB value is (173,206,229). Sum of RGB (Red+Green+Blue) = 173+206+229=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADCEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEE5 is #52311A. Grayscale: #C6C6C6. Windows color (decimal): -5386523 or 15060653. OLE color: 15060653.

HSL color Cylindrical-coordinate representation of color #ADCEE5: hue angle of 204.64º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADCEE5 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 206 229 -
CMYK 0.24 0.10 0 0.10
HSL 204.64º 0.52% 0.79% -
HSV(B) 204.64º 0.24% 0.9% -
XYZ 53.45 58.68 82.64 -
YUV 198.76 145.07 109.63 -
System Red Green Blue C M Y K H S L
Decimal 173 206 229 0.24 0.10 0 0.10 204.64 0.52 0.79
Hex AD CE E5 18 A 0 A CD 34 4F
Octal 255 316 345 30 12 0 12 315 64 117
Binary 10101101 11001110 11100101 11000 1010 0 1010 11001101 110100 1001111

Color Harmonies of #ADCEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCEE5

Black with #ADCEE5

Text Example


Text Example

White with #ADCEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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