Html Css Color HEX #ADD3EA Sail

📋 copy color: '#ADD3EA'

red 173 ◦ green 211 ◦ blue 234

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

Shades of Sail #ADD3EA

Tints of Sail #ADD3EA

RGB

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

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

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

R = 27.99%
G = 34.14%
B = 37.86%

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

#ADD3EA (or 0xADD3EA) is known color: Sail. HEX triplet: AD, D3 and EA. RGB value is (173,211,234). Sum of RGB (Red+Green+Blue) = 173+211+234=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADD3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3EA is #522C15. Grayscale: #CACACA. Windows color (decimal): -5385238 or 15389613. OLE color: 15389613.

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

Color convert

RGB 173 211 234 -
CMYK 0.26 0.10 0 0.08
HSL 202.62º 0.59% 0.8% -
HSV(B) 202.62º 0.26% 0.92% -
XYZ 55.38 61.41 86.78 -
YUV 202.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 173 211 234 0.26 0.10 0 0.08 202.62 0.59 0.8
Hex AD D3 EA 1A A 0 8 CB 3B 50
Octal 255 323 352 32 12 0 10 313 73 120
Binary 10101101 11010011 11101010 11010 1010 0 1000 11001011 111011 1010000

Color Harmonies of #ADD3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD3EA

Black with #ADD3EA

Text Example


Text Example

White with #ADD3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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