Html Css Color HEX #ADD2EB Sail

📋 copy color: '#ADD2EB'

red 173 ◦ green 210 ◦ blue 235

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

Shades of Sail #ADD2EB

Tints of Sail #ADD2EB

RGB

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

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

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

R = 27.99%
G = 33.98%
B = 38.03%

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

#ADD2EB (or 0xADD2EB) is known color: Sail. HEX triplet: AD, D2 and EB. RGB value is (173,210,235). Sum of RGB (Red+Green+Blue) = 173+210+235=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADD2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD2EB is #522D14. Grayscale: #C9C9C9. Windows color (decimal): -5385493 or 15454893. OLE color: 15454893.

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

Color convert

RGB 173 210 235 -
CMYK 0.26 0.11 0 0.08
HSL 204.19º 0.61% 0.8% -
HSV(B) 204.19º 0.26% 0.92% -
XYZ 55.28 60.98 87.45 -
YUV 201.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 173 210 235 0.26 0.11 0 0.08 204.19 0.61 0.8
Hex AD D2 EB 1A B 0 8 CC 3D 50
Octal 255 322 353 32 13 0 10 314 75 120
Binary 10101101 11010010 11101011 11010 1011 0 1000 11001100 111101 1010000

Color Harmonies of #ADD2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD2EB

Black with #ADD2EB

Text Example


Text Example

White with #ADD2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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