Html Css Color HEX #ADCDE3 Sail

📋 copy color: '#ADCDE3'

red 173 ◦ green 205 ◦ blue 227

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

Shades of Sail #ADCDE3

Tints of Sail #ADCDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.52%

R = 28.6%
G = 33.88%
B = 37.52%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ADCDE3 (or 0xADCDE3) is known color: Sail. HEX triplet: AD, CD and E3. RGB value is (173,205,227). Sum of RGB (Red+Green+Blue) = 173+205+227=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 227 (89.06% from 255 or 37.52% from 605); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADCDE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDE3 is #52321C. Grayscale: #C5C5C5. Windows color (decimal): -5386781 or 14929325. OLE color: 14929325.

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

Color convert

RGB 173 205 227 -
CMYK 0.24 0.10 0 0.11
HSL 204.44º 0.49% 0.78% -
HSV(B) 204.44º 0.24% 0.89% -
XYZ 52.93 58.09 81.1 -
YUV 197.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 173 205 227 0.24 0.10 0 0.11 204.44 0.49 0.78
Hex AD CD E3 18 A 0 B CC 31 4E
Octal 255 315 343 30 12 0 13 314 61 116
Binary 10101101 11001101 11100011 11000 1010 0 1011 11001100 110001 1001110

Color Harmonies of #ADCDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDE3

Black with #ADCDE3

Text Example


Text Example

White with #ADCDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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