Html Css Color HEX #ADCDE5 Sail

📋 copy color: '#ADCDE5'

red 173 ◦ green 205 ◦ blue 229

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

Shades of Sail #ADCDE5

Tints of Sail #ADCDE5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.77%

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

R = 28.5%
G = 33.77%
B = 37.73%

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

#ADCDE5 (or 0xADCDE5) is known color: Sail. HEX triplet: AD, CD and E5. RGB value is (173,205,229). Sum of RGB (Red+Green+Blue) = 173+205+229=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADCDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDE5 is #52321A. Grayscale: #C6C6C6. Windows color (decimal): -5386779 or 15060397. OLE color: 15060397.

HSL color Cylindrical-coordinate representation of color #ADCDE5: hue angle of 205.71º 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 #ADCDE5 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 205 229 -
CMYK 0.24 0.10 0 0.10
HSL 205.71º 0.52% 0.79% -
HSV(B) 205.71º 0.24% 0.9% -
XYZ 53.21 58.2 82.56 -
YUV 198.17 145.4 110.05 -
System Red Green Blue C M Y K H S L
Decimal 173 205 229 0.24 0.10 0 0.10 205.71 0.52 0.79
Hex AD CD E5 18 A 0 A CE 34 4F
Octal 255 315 345 30 12 0 12 316 64 117
Binary 10101101 11001101 11100101 11000 1010 0 1010 11001110 110100 1001111

Color Harmonies of #ADCDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDE5

Black with #ADCDE5

Text Example


Text Example

White with #ADCDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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