#ABDAF5

Color #ABDAF5 Sail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sail #ABDAF5

Tints of Sail #ABDAF5

Color information

#ABDAF5 (or 0xABDAF5) is unknown color: approx Sail. HEX triplet: AB, DA and F5. RGB value is (171,218,245). Sum of RGB (Red+Green+Blue) = 171+218+245=634 (83% of max value = 765). Red value is 171 (67.19% from 255 or 26.97% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 245 (96.09% from 255 or 38.64% from 634); Max value from RGB is 245 - color contains mainly: blue. Hex color #ABDAF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDAF5 is #54250A. Grayscale: #CECECE. Windows color (decimal): -5514507 or 16112299. OLE color: 16112299.

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

Color convert

RGB171218245-
CMYK0.300.1100.04
HSL201.89º78.72%81.57%-
HSV(B)201.89º30.2%96.08%-
XYZ58.3565.3995.93-
YUV207.02149.43102.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.97%
GREEN value IS 218 (85.55% from 255) = 34.38%
BLUE value IS 245 (96.09% from 255) = 38.64%
R=26.97%
G=34.38%
B=38.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712182450.300.1100.04201.8978.7281.57
HexABDAF51EB04ca4f52
Octal253332365361304312117122
Binary10101011110110101111010111110101101001100101010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDAF5; }

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

 H1.HeaderClassName
 {
   color: #ABDAF5;
 }
 .AnyTagClassName
 {
   color: #ABDAF5;
 }
</style>
background-color css

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

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

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

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

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

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