Html Css Color HEX #ADCBE1 Sail

📋 copy color: '#ADCBE1'

red 173 ◦ green 203 ◦ blue 225

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

Shades of Sail #ADCBE1

Tints of Sail #ADCBE1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.78%

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

R = 28.79%
G = 33.78%
B = 37.44%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ADCBE1 (or 0xADCBE1) is known color: Sail. HEX triplet: AD, CB and E1. RGB value is (173,203,225). Sum of RGB (Red+Green+Blue) = 173+203+225=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADCBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBE1 is #52341E. Grayscale: #C4C4C4. Windows color (decimal): -5387295 or 14797741. OLE color: 14797741.

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

Color convert

RGB 173 203 225 -
CMYK 0.23 0.10 0 0.12
HSL 205.38º 0.46% 0.78% -
HSV(B) 205.38º 0.23% 0.88% -
XYZ 52.18 57.03 79.49 -
YUV 196.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 173 203 225 0.23 0.10 0 0.12 205.38 0.46 0.78
Hex AD CB E1 17 A 0 C CD 2E 4E
Octal 255 313 341 27 12 0 14 315 56 116
Binary 10101101 11001011 11100001 10111 1010 0 1100 11001101 101110 1001110

Color Harmonies of #ADCBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBE1

Black with #ADCBE1

Text Example


Text Example

White with #ADCBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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