Html Css Color HEX #ADCBE2 Sail

📋 copy color: '#ADCBE2'

red 173 ◦ green 203 ◦ blue 226

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

Shades of Sail #ADCBE2

Tints of Sail #ADCBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.54%

R = 28.74%
G = 33.72%
B = 37.54%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ADCBE2 (or 0xADCBE2) is known color: Sail. HEX triplet: AD, CB and E2. RGB value is (173,203,226). Sum of RGB (Red+Green+Blue) = 173+203+226=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADCBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBE2 is #52341D. Grayscale: #C4C4C4. Windows color (decimal): -5387294 or 14863277. OLE color: 14863277.

HSL color Cylindrical-coordinate representation of color #ADCBE2: hue angle of 206.04º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADCBE2 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 203 226 -
CMYK 0.23 0.10 0 0.11
HSL 206.04º 0.48% 0.78% -
HSV(B) 206.04º 0.23% 0.89% -
XYZ 52.32 57.09 80.21 -
YUV 196.65 144.56 111.13 -
System Red Green Blue C M Y K H S L
Decimal 173 203 226 0.23 0.10 0 0.11 206.04 0.48 0.78
Hex AD CB E2 17 A 0 B CE 30 4E
Octal 255 313 342 27 12 0 13 316 60 116
Binary 10101101 11001011 11100010 10111 1010 0 1011 11001110 110000 1001110

Color Harmonies of #ADCBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBE2

Black with #ADCBE2

Text Example


Text Example

White with #ADCBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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