Html Css Color HEX #ADD4EB Sail

📋 copy color: '#ADD4EB'

red 173 ◦ green 212 ◦ blue 235

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

Shades of Sail #ADD4EB

Tints of Sail #ADD4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.19%

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

R = 27.9%
G = 34.19%
B = 37.9%

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

#ADD4EB (or 0xADD4EB) is known color: Sail. HEX triplet: AD, D4 and EB. RGB value is (173,212,235). Sum of RGB (Red+Green+Blue) = 173+212+235=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADD4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD4EB is #522B14. Grayscale: #CACACA. Windows color (decimal): -5384981 or 15455405. OLE color: 15455405.

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

Color convert

RGB 173 212 235 -
CMYK 0.26 0.10 0 0.08
HSL 202.26º 0.61% 0.8% -
HSV(B) 202.26º 0.26% 0.92% -
XYZ 55.77 61.97 87.62 -
YUV 202.96 146.08 106.63 -
System Red Green Blue C M Y K H S L
Decimal 173 212 235 0.26 0.10 0 0.08 202.26 0.61 0.8
Hex AD D4 EB 1A A 0 8 CA 3D 50
Octal 255 324 353 32 12 0 10 312 75 120
Binary 10101101 11010100 11101011 11010 1010 0 1000 11001010 111101 1010000

Color Harmonies of #ADD4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD4EB

Black with #ADD4EB

Text Example


Text Example

White with #ADD4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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