Html Css Color HEX #ABD1EC Sail

📋 copy color: '#ABD1EC'

red 171 ◦ green 209 ◦ blue 236

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

Shades of Sail #ABD1EC

Tints of Sail #ABD1EC

RGB

 RED value IS 171 (67.19% from 255) = 27.76%

 GREEN value IS 209 (82.03% from 255) = 33.93%

 BLUE value IS 236 (92.58% from 255) = 38.31%

R = 27.76%
G = 33.93%
B = 38.31%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABD1EC (or 0xABD1EC) is known color: Sail. HEX triplet: AB, D1 and EC. RGB value is (171,209,236). Sum of RGB (Red+Green+Blue) = 171+209+236=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABD1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD1EC is #542E13. Grayscale: #C8C8C8. Windows color (decimal): -5516820 or 15520171. OLE color: 15520171.

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

Color convert

RGB 171 209 236 -
CMYK 0.28 0.11 0 0.07
HSL 204.92º 0.63% 0.8% -
HSV(B) 204.92º 0.28% 0.93% -
XYZ 54.74 60.31 88.11 -
YUV 200.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 171 209 236 0.28 0.11 0 0.07 204.92 0.63 0.8
Hex AB D1 EC 1C B 0 7 CD 3F 50
Octal 253 321 354 34 13 0 7 315 77 120
Binary 10101011 11010001 11101100 11100 1011 0 111 11001101 111111 1010000

Color Harmonies of #ABD1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD1EC

Black with #ABD1EC

Text Example


Text Example

White with #ABD1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD1EC; }

 p { color: rgb(171,209,236); }

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

background-color css

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

 a { background-color: rgb(171,209,236); }

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

border-color css

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

 span { border-color: rgb(171,209,236); }

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