Html Css Color HEX #ADD4ED Sail

📋 copy color: '#ADD4ED'

red 173 ◦ green 212 ◦ blue 237

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

Shades of Sail #ADD4ED

Tints of Sail #ADD4ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.1%

R = 27.81%
G = 34.08%
B = 38.1%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADD4ED (or 0xADD4ED) is known color: Sail. HEX triplet: AD, D4 and ED. RGB value is (173,212,237). Sum of RGB (Red+Green+Blue) = 173+212+237=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADD4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD4ED is #522B12. Grayscale: #CBCBCB. Windows color (decimal): -5384979 or 15586477. OLE color: 15586477.

HSL color Cylindrical-coordinate representation of color #ADD4ED: hue angle of 203.44º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADD4ED is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 212 237 -
CMYK 0.27 0.11 0 0.07
HSL 203.44º 0.64% 0.8% -
HSV(B) 203.44º 0.27% 0.93% -
XYZ 56.06 62.09 89.15 -
YUV 203.19 147.08 106.47 -
System Red Green Blue C M Y K H S L
Decimal 173 212 237 0.27 0.11 0 0.07 203.44 0.64 0.8
Hex AD D4 ED 1B B 0 7 CB 40 50
Octal 255 324 355 33 13 0 7 313 100 120
Binary 10101101 11010100 11101101 11011 1011 0 111 11001011 1000000 1010000

Color Harmonies of #ADD4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD4ED

Black with #ADD4ED

Text Example


Text Example

White with #ADD4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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