Html Css Color HEX #ABD5EC Sail

📋 copy color: '#ABD5EC'

red 171 ◦ green 213 ◦ blue 236

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

Shades of Sail #ABD5EC

Tints of Sail #ABD5EC

RGB

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

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

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

R = 27.58%
G = 34.35%
B = 38.06%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABD5EC (or 0xABD5EC) is known color: Sail. HEX triplet: AB, D5 and EC. RGB value is (171,213,236). Sum of RGB (Red+Green+Blue) = 171+213+236=620 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.58% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABD5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD5EC is #542A13. Grayscale: #CACACA. Windows color (decimal): -5515796 or 15521195. OLE color: 15521195.

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

Color convert

RGB 171 213 236 -
CMYK 0.28 0.10 0 0.07
HSL 201.23º 0.63% 0.8% -
HSV(B) 201.23º 0.28% 0.93% -
XYZ 55.73 62.3 88.45 -
YUV 203.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 171 213 236 0.28 0.10 0 0.07 201.23 0.63 0.8
Hex AB D5 EC 1C A 0 7 C9 3F 50
Octal 253 325 354 34 12 0 7 311 77 120
Binary 10101011 11010101 11101100 11100 1010 0 111 11001001 111111 1010000

Color Harmonies of #ABD5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD5EC

Black with #ABD5EC

Text Example


Text Example

White with #ABD5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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