Html Css Color HEX #ADD4EE Sail

📋 copy color: '#ADD4EE'

red 173 ◦ green 212 ◦ blue 238

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

Shades of Sail #ADD4EE

Tints of Sail #ADD4EE

RGB

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

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

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

R = 27.77%
G = 34.03%
B = 38.2%

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

#ADD4EE (or 0xADD4EE) is known color: Sail. HEX triplet: AD, D4 and EE. RGB value is (173,212,238). Sum of RGB (Red+Green+Blue) = 173+212+238=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADD4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD4EE is #522B11. Grayscale: #CBCBCB. Windows color (decimal): -5384978 or 15652013. OLE color: 15652013.

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

Color convert

RGB 173 212 238 -
CMYK 0.27 0.11 0 0.07
HSL 204º 0.66% 0.81% -
HSV(B) 204º 0.27% 0.93% -
XYZ 56.21 62.14 89.92 -
YUV 203.3 147.58 106.39 -
System Red Green Blue C M Y K H S L
Decimal 173 212 238 0.27 0.11 0 0.07 204 0.66 0.81
Hex AD D4 EE 1B B 0 7 CC 42 51
Octal 255 324 356 33 13 0 7 314 102 121
Binary 10101101 11010100 11101110 11011 1011 0 111 11001100 1000010 1010001

Color Harmonies of #ADD4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD4EE

Black with #ADD4EE

Text Example


Text Example

White with #ADD4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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