Html Css Color HEX #ADD5EE Sail

📋 copy color: '#ADD5EE'

red 173 ◦ green 213 ◦ blue 238

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

Shades of Sail #ADD5EE

Tints of Sail #ADD5EE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.13%

 BLUE value IS 238 (93.36% from 255) = 38.14%

R = 27.72%
G = 34.13%
B = 38.14%

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

#ADD5EE (or 0xADD5EE) is known color: Sail. HEX triplet: AD, D5 and EE. RGB value is (173,213,238). Sum of RGB (Red+Green+Blue) = 173+213+238=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADD5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5EE is #522A11. Grayscale: #CBCBCB. Windows color (decimal): -5384722 or 15652269. OLE color: 15652269.

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

Color convert

RGB 173 213 238 -
CMYK 0.27 0.11 0 0.07
HSL 203.08º 0.66% 0.81% -
HSV(B) 203.08º 0.27% 0.93% -
XYZ 56.46 62.65 90 -
YUV 203.89 147.25 105.97 -
System Red Green Blue C M Y K H S L
Decimal 173 213 238 0.27 0.11 0 0.07 203.08 0.66 0.81
Hex AD D5 EE 1B B 0 7 CB 42 51
Octal 255 325 356 33 13 0 7 313 102 121
Binary 10101101 11010101 11101110 11011 1011 0 111 11001011 1000010 1010001

Color Harmonies of #ADD5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5EE

Black with #ADD5EE

Text Example


Text Example

White with #ADD5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5EE; }

 p { color: rgb(173,213,238); }

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

background-color css

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

 a { background-color: rgb(173,213,238); }

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

border-color css

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

 span { border-color: rgb(173,213,238); }

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