Html Css Color HEX #ADD9F4 Sail

📋 copy color: '#ADD9F4'

red 173 ◦ green 217 ◦ blue 244

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

Shades of Sail #ADD9F4

Tints of Sail #ADD9F4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.23%

 BLUE value IS 244 (95.7% from 255) = 38.49%

R = 27.29%
G = 34.23%
B = 38.49%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ADD9F4 (or 0xADD9F4) is known color: Sail. HEX triplet: AD, D9 and F4. RGB value is (173,217,244). Sum of RGB (Red+Green+Blue) = 173+217+244=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 217 (85.16% from 255 or 34.23% from 634); Blue value is 244 (95.70% from 255 or 38.49% from 634); Max value from RGB is 244 - color contains mainly: blue. Hex color #ADD9F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD9F4 is #52260B. Grayscale: #CECECE. Windows color (decimal): -5383692 or 16046509. OLE color: 16046509.

HSL color Cylindrical-coordinate representation of color #ADD9F4: hue angle of 202.82º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADD9F4 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 217 244 -
CMYK 0.29 0.11 0 0.04
HSL 202.82º 0.76% 0.82% -
HSV(B) 202.82º 0.29% 0.96% -
XYZ 58.38 65.04 95.07 -
YUV 206.92 148.92 103.8 -
System Red Green Blue C M Y K H S L
Decimal 173 217 244 0.29 0.11 0 0.04 202.82 0.76 0.82
Hex AD D9 F4 1D B 0 4 CB 4C 52
Octal 255 331 364 35 13 0 4 313 114 122
Binary 10101101 11011001 11110100 11101 1011 0 100 11001011 1001100 1010010

Color Harmonies of #ADD9F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD9F4

Black with #ADD9F4

Text Example


Text Example

White with #ADD9F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD9F4; }

 p { color: rgb(173,217,244); }

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

background-color css

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

 a { background-color: rgb(173,217,244); }

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

border-color css

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

 span { border-color: rgb(173,217,244); }

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