#AFD8F1

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

Shades of Sail #AFD8F1

Tints of Sail #AFD8F1

Color information

#AFD8F1 (or 0xAFD8F1) is unknown color: approx Sail. HEX triplet: AF, D8 and F1. RGB value is (175,216,241). Sum of RGB (Red+Green+Blue) = 175+216+241=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFD8F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD8F1 is #50270E. Grayscale: #CECECE. Windows color (decimal): -5252879 or 15849647. OLE color: 15849647.

HSL color Cylindrical-coordinate representation of color #AFD8F1: hue angle of 202.73º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFD8F1 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175216241-
CMYK0.270.1000.05
HSL202.73º70.21%81.57%-
HSV(B)202.73º27.39%94.51%-
XYZ58.1164.5892.62-
YUV206.59147.42105.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.69%
GREEN value IS 216 (84.77% from 255) = 34.18%
BLUE value IS 241 (94.53% from 255) = 38.13%
R=27.69%
G=34.18%
B=38.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752162410.270.1000.05202.7370.2181.57
HexAFD8F11BA05cb4652
Octal257330361331205313106122
Binary10101111110110001111000111011101001011100101110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD8F1; }

 p { color: rgb(175,216,241); }

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

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

 a { background-color: rgb(175,216,241); }

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

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

 span { border-color: rgb(175,216,241); }

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