Html Css Color HEX #ADCCE5 Sail

📋 copy color: '#ADCCE5'

red 173 ◦ green 204 ◦ blue 229

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

Shades of Sail #ADCCE5

Tints of Sail #ADCCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.79%

R = 28.55%
G = 33.66%
B = 37.79%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADCCE5 (or 0xADCCE5) is known color: Sail. HEX triplet: AD, CC and E5. RGB value is (173,204,229). Sum of RGB (Red+Green+Blue) = 173+204+229=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADCCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCE5 is #52331A. Grayscale: #C5C5C5. Windows color (decimal): -5387035 or 15060141. OLE color: 15060141.

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

Color convert

RGB 173 204 229 -
CMYK 0.24 0.11 0 0.10
HSL 206.79º 0.52% 0.79% -
HSV(B) 206.79º 0.24% 0.9% -
XYZ 52.97 57.73 82.48 -
YUV 197.58 145.73 110.47 -
System Red Green Blue C M Y K H S L
Decimal 173 204 229 0.24 0.11 0 0.10 206.79 0.52 0.79
Hex AD CC E5 18 B 0 A CF 34 4F
Octal 255 314 345 30 13 0 12 317 64 117
Binary 10101101 11001100 11100101 11000 1011 0 1010 11001111 110100 1001111

Color Harmonies of #ADCCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCE5

Black with #ADCCE5

Text Example


Text Example

White with #ADCCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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