#AFC9F6

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

Shades of Tropical Blue #AFC9F6

Tints of Tropical Blue #AFC9F6

Color information

#AFC9F6 (or 0xAFC9F6) is unknown color: approx Tropical Blue. HEX triplet: AF, C9 and F6. RGB value is (175,201,246). Sum of RGB (Red+Green+Blue) = 175+201+246=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 246 (96.48% from 255 or 39.55% from 622); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFC9F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC9F6 is #503609. Grayscale: #C6C6C6. Windows color (decimal): -5256714 or 16173487. OLE color: 16173487.

HSL color Cylindrical-coordinate representation of color #AFC9F6: hue angle of 218.03º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFC9F6 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175201246-
CMYK0.290.1800.04
HSL218.03º79.78%82.55%-
HSV(B)218.03º28.86%96.47%-
XYZ55.257.5495.39-
YUV198.36154.89111.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.14%
GREEN value IS 201 (78.91% from 255) = 32.32%
BLUE value IS 246 (96.48% from 255) = 39.55%
R=28.14%
G=32.32%
B=39.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752012460.290.1800.04218.0379.7882.55
HexAFC9F61D1204da5053
Octal257311366352204332120123
Binary101011111100100111110110111011001001001101101010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC9F6; }

 p { color: rgb(175,201,246); }

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

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

 a { background-color: rgb(175,201,246); }

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

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

 span { border-color: rgb(175,201,246); }

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