Html Css Color HEX #ADCDE1 Sail

📋 copy color: '#ADCDE1'

red 173 ◦ green 205 ◦ blue 225

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

Shades of Sail #ADCDE1

Tints of Sail #ADCDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.31%

R = 28.69%
G = 34%
B = 37.31%

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

#ADCDE1 (or 0xADCDE1) is known color: Sail. HEX triplet: AD, CD and E1. RGB value is (173,205,225). Sum of RGB (Red+Green+Blue) = 173+205+225=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADCDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDE1 is #52321E. Grayscale: #C5C5C5. Windows color (decimal): -5386783 or 14798253. OLE color: 14798253.

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

Color convert

RGB 173 205 225 -
CMYK 0.23 0.09 0 0.12
HSL 203.08º 0.46% 0.78% -
HSV(B) 203.08º 0.23% 0.88% -
XYZ 52.66 57.98 79.65 -
YUV 197.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 173 205 225 0.23 0.09 0 0.12 203.08 0.46 0.78
Hex AD CD E1 17 9 0 C CB 2E 4E
Octal 255 315 341 27 11 0 14 313 56 116
Binary 10101101 11001101 11100001 10111 1001 0 1100 11001011 101110 1001110

Color Harmonies of #ADCDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDE1

Black with #ADCDE1

Text Example


Text Example

White with #ADCDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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