Html Css Color HEX #ADD1E6 Sail

📋 copy color: '#ADD1E6'

red 173 ◦ green 209 ◦ blue 230

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

Shades of Sail #ADD1E6

Tints of Sail #ADD1E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.58%

R = 28.27%
G = 34.15%
B = 37.58%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADD1E6 (or 0xADD1E6) is known color: Sail. HEX triplet: AD, D1 and E6. RGB value is (173,209,230). Sum of RGB (Red+Green+Blue) = 173+209+230=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADD1E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD1E6 is #522E19. Grayscale: #C8C8C8. Windows color (decimal): -5385754 or 15126957. OLE color: 15126957.

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

Color convert

RGB 173 209 230 -
CMYK 0.25 0.09 0 0.10
HSL 202.11º 0.53% 0.79% -
HSV(B) 202.11º 0.25% 0.9% -
XYZ 54.32 60.2 83.62 -
YUV 200.63 144.57 108.29 -
System Red Green Blue C M Y K H S L
Decimal 173 209 230 0.25 0.09 0 0.10 202.11 0.53 0.79
Hex AD D1 E6 19 9 0 A CA 35 4F
Octal 255 321 346 31 11 0 12 312 65 117
Binary 10101101 11010001 11100110 11001 1001 0 1010 11001010 110101 1001111

Color Harmonies of #ADD1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD1E6

Black with #ADD1E6

Text Example


Text Example

White with #ADD1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD1E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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