Html Css Color HEX #ADD3EC Sail

📋 copy color: '#ADD3EC'

red 173 ◦ green 211 ◦ blue 236

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

Shades of Sail #ADD3EC

Tints of Sail #ADD3EC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.03%

 BLUE value IS 236 (92.58% from 255) = 38.06%

R = 27.9%
G = 34.03%
B = 38.06%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADD3EC (or 0xADD3EC) is known color: Sail. HEX triplet: AD, D3 and EC. RGB value is (173,211,236). Sum of RGB (Red+Green+Blue) = 173+211+236=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADD3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3EC is #522C13. Grayscale: #CACACA. Windows color (decimal): -5385236 or 15520685. OLE color: 15520685.

HSL color Cylindrical-coordinate representation of color #ADD3EC: hue angle of 203.81º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADD3EC is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 211 236 -
CMYK 0.27 0.11 0 0.07
HSL 203.81º 0.62% 0.8% -
HSV(B) 203.81º 0.27% 0.93% -
XYZ 55.67 61.53 88.3 -
YUV 202.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 173 211 236 0.27 0.11 0 0.07 203.81 0.62 0.8
Hex AD D3 EC 1B B 0 7 CC 3E 50
Octal 255 323 354 33 13 0 7 314 76 120
Binary 10101101 11010011 11101100 11011 1011 0 111 11001100 111110 1010000

Color Harmonies of #ADD3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD3EC

Black with #ADD3EC

Text Example


Text Example

White with #ADD3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD3EC; }

 p { color: rgb(173,211,236); }

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

background-color css

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

 a { background-color: rgb(173,211,236); }

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

border-color css

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

 span { border-color: rgb(173,211,236); }

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