Html Css Color HEX #ADD0E6 Sail

📋 copy color: '#ADD0E6'

red 173 ◦ green 208 ◦ blue 230

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

Shades of Sail #ADD0E6

Tints of Sail #ADD0E6

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.04%

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

R = 28.31%
G = 34.04%
B = 37.64%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADD0E6 (or 0xADD0E6) is known color: Sail. HEX triplet: AD, D0 and E6. RGB value is (173,208,230). Sum of RGB (Red+Green+Blue) = 173+208+230=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADD0E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0E6 is #522F19. Grayscale: #C7C7C7. Windows color (decimal): -5386010 or 15126701. OLE color: 15126701.

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

Color convert

RGB 173 208 230 -
CMYK 0.25 0.10 0 0.10
HSL 203.16º 0.53% 0.79% -
HSV(B) 203.16º 0.25% 0.9% -
XYZ 54.07 59.71 83.54 -
YUV 200.04 144.9 108.71 -
System Red Green Blue C M Y K H S L
Decimal 173 208 230 0.25 0.10 0 0.10 203.16 0.53 0.79
Hex AD D0 E6 19 A 0 A CB 35 4F
Octal 255 320 346 31 12 0 12 313 65 117
Binary 10101101 11010000 11100110 11001 1010 0 1010 11001011 110101 1001111

Color Harmonies of #ADD0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0E6

Black with #ADD0E6

Text Example


Text Example

White with #ADD0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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