Html Css Color HEX #ABD3EC Sail

📋 copy color: '#ABD3EC'

red 171 ◦ green 211 ◦ blue 236

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

Shades of Sail #ABD3EC

Tints of Sail #ABD3EC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.14%

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

R = 27.67%
G = 34.14%
B = 38.19%

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

#ABD3EC (or 0xABD3EC) is known color: Sail. HEX triplet: AB, D3 and EC. RGB value is (171,211,236). Sum of RGB (Red+Green+Blue) = 171+211+236=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABD3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD3EC is #542C13. Grayscale: #C9C9C9. Windows color (decimal): -5516308 or 15520683. OLE color: 15520683.

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

Color convert

RGB 171 211 236 -
CMYK 0.28 0.11 0 0.07
HSL 203.08º 0.63% 0.8% -
HSV(B) 203.08º 0.28% 0.93% -
XYZ 55.23 61.3 88.28 -
YUV 201.89 147.25 105.97 -
System Red Green Blue C M Y K H S L
Decimal 171 211 236 0.28 0.11 0 0.07 203.08 0.63 0.8
Hex AB D3 EC 1C B 0 7 CB 3F 50
Octal 253 323 354 34 13 0 7 313 77 120
Binary 10101011 11010011 11101100 11100 1011 0 111 11001011 111111 1010000

Color Harmonies of #ABD3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD3EC

Black with #ABD3EC

Text Example


Text Example

White with #ABD3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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