Html Css Color HEX #ADD1E9 Sail

📋 copy color: '#ADD1E9'

red 173 ◦ green 209 ◦ blue 233

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

Shades of Sail #ADD1E9

Tints of Sail #ADD1E9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.98%

 BLUE value IS 233 (91.41% from 255) = 37.89%

R = 28.13%
G = 33.98%
B = 37.89%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ADD1E9 (or 0xADD1E9) is known color: Sail. HEX triplet: AD, D1 and E9. RGB value is (173,209,233). Sum of RGB (Red+Green+Blue) = 173+209+233=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 209 (82.03% from 255 or 33.98% from 615); Blue value is 233 (91.41% from 255 or 37.89% from 615); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADD1E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD1E9 is #522E16. Grayscale: #C8C8C8. Windows color (decimal): -5385751 or 15323565. OLE color: 15323565.

HSL color Cylindrical-coordinate representation of color #ADD1E9: hue angle of 204º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADD1E9 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 209 233 -
CMYK 0.26 0.10 0 0.09
HSL 204º 0.58% 0.8% -
HSV(B) 204º 0.26% 0.91% -
XYZ 54.74 60.37 85.86 -
YUV 200.97 146.07 108.05 -
System Red Green Blue C M Y K H S L
Decimal 173 209 233 0.26 0.10 0 0.09 204 0.58 0.8
Hex AD D1 E9 1A A 0 9 CC 3A 50
Octal 255 321 351 32 12 0 11 314 72 120
Binary 10101101 11010001 11101001 11010 1010 0 1001 11001100 111010 1010000

Color Harmonies of #ADD1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD1E9

Black with #ADD1E9

Text Example


Text Example

White with #ADD1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD1E9; }

 p { color: rgb(173,209,233); }

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

background-color css

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

 a { background-color: rgb(173,209,233); }

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

border-color css

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

 span { border-color: rgb(173,209,233); }

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