Html Css Color HEX #ABD0EC Sail

📋 copy color: '#ABD0EC'

red 171 ◦ green 208 ◦ blue 236

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

Shades of Sail #ABD0EC

Tints of Sail #ABD0EC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.82%

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

R = 27.8%
G = 33.82%
B = 38.37%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABD0EC (or 0xABD0EC) is known color: Sail. HEX triplet: AB, D0 and EC. RGB value is (171,208,236). Sum of RGB (Red+Green+Blue) = 171+208+236=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABD0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD0EC is #542F13. Grayscale: #C7C7C7. Windows color (decimal): -5517076 or 15519915. OLE color: 15519915.

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

Color convert

RGB 171 208 236 -
CMYK 0.28 0.12 0 0.07
HSL 205.85º 0.63% 0.8% -
HSV(B) 205.85º 0.28% 0.93% -
XYZ 54.49 59.83 88.03 -
YUV 200.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 171 208 236 0.28 0.12 0 0.07 205.85 0.63 0.8
Hex AB D0 EC 1C C 0 7 CE 3F 50
Octal 253 320 354 34 14 0 7 316 77 120
Binary 10101011 11010000 11101100 11100 1100 0 111 11001110 111111 1010000

Color Harmonies of #ABD0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD0EC

Black with #ABD0EC

Text Example


Text Example

White with #ABD0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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