Html Css Color HEX #ADD3ED Sail

📋 copy color: '#ADD3ED'

red 173 ◦ green 211 ◦ blue 237

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

Shades of Sail #ADD3ED

Tints of Sail #ADD3ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.16%

R = 27.86%
G = 33.98%
B = 38.16%

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

#ADD3ED (or 0xADD3ED) is known color: Sail. HEX triplet: AD, D3 and ED. RGB value is (173,211,237). Sum of RGB (Red+Green+Blue) = 173+211+237=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADD3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3ED is #522C12. Grayscale: #CACACA. Windows color (decimal): -5385235 or 15586221. OLE color: 15586221.

HSL color Cylindrical-coordinate representation of color #ADD3ED: hue angle of 204.38º degrees, saturation: 0.64, 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 #ADD3ED is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 211 237 -
CMYK 0.27 0.11 0 0.07
HSL 204.38º 0.64% 0.8% -
HSV(B) 204.38º 0.27% 0.93% -
XYZ 55.81 61.59 89.07 -
YUV 202.6 147.41 106.89 -
System Red Green Blue C M Y K H S L
Decimal 173 211 237 0.27 0.11 0 0.07 204.38 0.64 0.8
Hex AD D3 ED 1B B 0 7 CC 40 50
Octal 255 323 355 33 13 0 7 314 100 120
Binary 10101101 11010011 11101101 11011 1011 0 111 11001100 1000000 1010000

Color Harmonies of #ADD3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD3ED

Black with #ADD3ED

Text Example


Text Example

White with #ADD3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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