Html Css Color HEX #ADCCE2 Sail

📋 copy color: '#ADCCE2'

red 173 ◦ green 204 ◦ blue 226

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

Shades of Sail #ADCCE2

Tints of Sail #ADCCE2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.83%

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

R = 28.69%
G = 33.83%
B = 37.48%

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

#ADCCE2 (or 0xADCCE2) is known color: Sail. HEX triplet: AD, CC and E2. RGB value is (173,204,226). Sum of RGB (Red+Green+Blue) = 173+204+226=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADCCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCE2 is #52331D. Grayscale: #C5C5C5. Windows color (decimal): -5387038 or 14863533. OLE color: 14863533.

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

Color convert

RGB 173 204 226 -
CMYK 0.23 0.10 0 0.11
HSL 204.91º 0.48% 0.78% -
HSV(B) 204.91º 0.23% 0.89% -
XYZ 52.55 57.56 80.29 -
YUV 197.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 173 204 226 0.23 0.10 0 0.11 204.91 0.48 0.78
Hex AD CC E2 17 A 0 B CD 30 4E
Octal 255 314 342 27 12 0 13 315 60 116
Binary 10101101 11001100 11100010 10111 1010 0 1011 11001101 110000 1001110

Color Harmonies of #ADCCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCE2

Black with #ADCCE2

Text Example


Text Example

White with #ADCCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCCE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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