Html Css Color HEX #ABDBF6 Sail

📋 copy color: '#ABDBF6'

red 171 ◦ green 219 ◦ blue 246

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

Shades of Sail #ABDBF6

Tints of Sail #ABDBF6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.43%

 BLUE value IS 246 (96.48% from 255) = 38.68%

R = 26.89%
G = 34.43%
B = 38.68%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ABDBF6 (or 0xABDBF6) is known color: Sail. HEX triplet: AB, DB and F6. RGB value is (171,219,246). Sum of RGB (Red+Green+Blue) = 171+219+246=636 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.89% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABDBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDBF6 is #542409. Grayscale: #CFCFCF. Windows color (decimal): -5514250 or 16178091. OLE color: 16178091.

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

Color convert

RGB 171 219 246 -
CMYK 0.30 0.11 0 0.04
HSL 201.6º 0.81% 0.82% -
HSV(B) 201.6º 0.3% 0.96% -
XYZ 58.76 65.97 96.83 -
YUV 207.73 149.6 101.8 -
System Red Green Blue C M Y K H S L
Decimal 171 219 246 0.30 0.11 0 0.04 201.6 0.81 0.82
Hex AB DB F6 1E B 0 4 CA 51 52
Octal 253 333 366 36 13 0 4 312 121 122
Binary 10101011 11011011 11110110 11110 1011 0 100 11001010 1010001 1010010

Color Harmonies of #ABDBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDBF6

Black with #ABDBF6

Text Example


Text Example

White with #ABDBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDBF6; }

 p { color: rgb(171,219,246); }

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

background-color css

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

 a { background-color: rgb(171,219,246); }

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

border-color css

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

 span { border-color: rgb(171,219,246); }

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