#AFD7F0

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

Shades of Sail #AFD7F0

Tints of Sail #AFD7F0

Color information

#AFD7F0 (or 0xAFD7F0) is unknown color: approx Sail. HEX triplet: AF, D7 and F0. RGB value is (175,215,240). Sum of RGB (Red+Green+Blue) = 175+215+240=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFD7F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD7F0 is #50280F. Grayscale: #CDCDCD. Windows color (decimal): -5253136 or 15783855. OLE color: 15783855.

HSL color Cylindrical-coordinate representation of color #AFD7F0: hue angle of 203.08º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFD7F0 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175215240-
CMYK0.270.1000.06
HSL203.08º68.42%81.37%-
HSV(B)203.08º27.08%94.12%-
XYZ57.7164.0191.75-
YUV205.89147.25105.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.78%
GREEN value IS 215 (84.38% from 255) = 34.13%
BLUE value IS 240 (94.14% from 255) = 38.10%
R=27.78%
G=34.13%
B=38.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752152400.270.1000.06203.0868.4281.37
HexAFD7F01BA06cb4451
Octal257327360331206313104121
Binary10101111110101111111000011011101001101100101110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD7F0; }

 p { color: rgb(175,215,240); }

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

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

 a { background-color: rgb(175,215,240); }

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

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

 span { border-color: rgb(175,215,240); }

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