Html Css Color HEX #ADD2EA Sail

📋 copy color: '#ADD2EA'

red 173 ◦ green 210 ◦ blue 234

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

Shades of Sail #ADD2EA

Tints of Sail #ADD2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.93%

R = 28.04%
G = 34.04%
B = 37.93%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADD2EA (or 0xADD2EA) is known color: Sail. HEX triplet: AD, D2 and EA. RGB value is (173,210,234). Sum of RGB (Red+Green+Blue) = 173+210+234=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADD2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD2EA is #522D15. Grayscale: #C9C9C9. Windows color (decimal): -5385494 or 15389357. OLE color: 15389357.

HSL color Cylindrical-coordinate representation of color #ADD2EA: hue angle of 203.61º degrees, saturation: 0.59, 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 #ADD2EA is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 210 234 -
CMYK 0.26 0.10 0 0.08
HSL 203.61º 0.59% 0.8% -
HSV(B) 203.61º 0.26% 0.92% -
XYZ 55.13 60.92 86.69 -
YUV 201.67 146.24 107.55 -
System Red Green Blue C M Y K H S L
Decimal 173 210 234 0.26 0.10 0 0.08 203.61 0.59 0.8
Hex AD D2 EA 1A A 0 8 CC 3B 50
Octal 255 322 352 32 12 0 10 314 73 120
Binary 10101101 11010010 11101010 11010 1010 0 1000 11001100 111011 1010000

Color Harmonies of #ADD2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD2EA

Black with #ADD2EA

Text Example


Text Example

White with #ADD2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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