Html Css Color HEX #ABDAF6 Sail

📋 copy color: '#ABDAF6'

red 171 ◦ green 218 ◦ blue 246

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

Shades of Sail #ABDAF6

Tints of Sail #ABDAF6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.33%

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

R = 26.93%
G = 34.33%
B = 38.74%

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

#ABDAF6 (or 0xABDAF6) is known color: Sail. HEX triplet: AB, DA and F6. RGB value is (171,218,246). Sum of RGB (Red+Green+Blue) = 171+218+246=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 246 (96.48% from 255 or 38.74% from 635); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABDAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDAF6 is #542509. Grayscale: #CECECE. Windows color (decimal): -5514506 or 16177835. OLE color: 16177835.

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

Color convert

RGB 171 218 246 -
CMYK 0.30 0.11 0 0.04
HSL 202.4º 0.81% 0.82% -
HSV(B) 202.4º 0.3% 0.96% -
XYZ 58.5 65.45 96.74 -
YUV 207.14 149.93 102.22 -
System Red Green Blue C M Y K H S L
Decimal 171 218 246 0.30 0.11 0 0.04 202.4 0.81 0.82
Hex AB DA F6 1E B 0 4 CA 51 52
Octal 253 332 366 36 13 0 4 312 121 122
Binary 10101011 11011010 11110110 11110 1011 0 100 11001010 1010001 1010010

Color Harmonies of #ABDAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDAF6

Black with #ABDAF6

Text Example


Text Example

White with #ABDAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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