Html Css Color HEX #ADD2E9 Sail

📋 copy color: '#ADD2E9'

red 173 ◦ green 210 ◦ blue 233

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

Shades of Sail #ADD2E9

Tints of Sail #ADD2E9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.09%

 BLUE value IS 233 (91.41% from 255) = 37.82%

R = 28.08%
G = 34.09%
B = 37.82%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ADD2E9 (or 0xADD2E9) is known color: Sail. HEX triplet: AD, D2 and E9. RGB value is (173,210,233). Sum of RGB (Red+Green+Blue) = 173+210+233=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADD2E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD2E9 is #522D16. Grayscale: #C9C9C9. Windows color (decimal): -5385495 or 15323821. OLE color: 15323821.

HSL color Cylindrical-coordinate representation of color #ADD2E9: hue angle of 203º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADD2E9 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 210 233 -
CMYK 0.26 0.10 0 0.09
HSL 203º 0.58% 0.8% -
HSV(B) 203º 0.26% 0.91% -
XYZ 54.99 60.86 85.94 -
YUV 201.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 173 210 233 0.26 0.10 0 0.09 203 0.58 0.8
Hex AD D2 E9 1A A 0 9 CB 3A 50
Octal 255 322 351 32 12 0 11 313 72 120
Binary 10101101 11010010 11101001 11010 1010 0 1001 11001011 111010 1010000

Color Harmonies of #ADD2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD2E9

Black with #ADD2E9

Text Example


Text Example

White with #ADD2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD2E9; }

 p { color: rgb(173,210,233); }

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

background-color css

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

 a { background-color: rgb(173,210,233); }

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

border-color css

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

 span { border-color: rgb(173,210,233); }

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