Html Css Color HEX #ADD1EB Sail

📋 copy color: '#ADD1EB'

red 173 ◦ green 209 ◦ blue 235

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

Shades of Sail #ADD1EB

Tints of Sail #ADD1EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.09%

R = 28.04%
G = 33.87%
B = 38.09%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADD1EB (or 0xADD1EB) is known color: Sail. HEX triplet: AD, D1 and EB. RGB value is (173,209,235). Sum of RGB (Red+Green+Blue) = 173+209+235=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADD1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD1EB is #522E14. Grayscale: #C9C9C9. Windows color (decimal): -5385749 or 15454637. OLE color: 15454637.

HSL color Cylindrical-coordinate representation of color #ADD1EB: hue angle of 205.16º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADD1EB is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 209 235 -
CMYK 0.26 0.11 0 0.08
HSL 205.16º 0.61% 0.8% -
HSV(B) 205.16º 0.26% 0.92% -
XYZ 55.03 60.48 87.37 -
YUV 201.2 147.07 107.89 -
System Red Green Blue C M Y K H S L
Decimal 173 209 235 0.26 0.11 0 0.08 205.16 0.61 0.8
Hex AD D1 EB 1A B 0 8 CD 3D 50
Octal 255 321 353 32 13 0 10 315 75 120
Binary 10101101 11010001 11101011 11010 1011 0 1000 11001101 111101 1010000

Color Harmonies of #ADD1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD1EB

Black with #ADD1EB

Text Example


Text Example

White with #ADD1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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