#AFC7F0

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

Shades of Tropical Blue #AFC7F0

Tints of Tropical Blue #AFC7F0

Color information

#AFC7F0 (or 0xAFC7F0) is unknown color: approx Tropical Blue. HEX triplet: AF, C7 and F0. RGB value is (175,199,240). Sum of RGB (Red+Green+Blue) = 175+199+240=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 199 (78.12% from 255 or 32.41% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFC7F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC7F0 is #50380F. Grayscale: #C4C4C4. Windows color (decimal): -5257232 or 15779759. OLE color: 15779759.

HSL color Cylindrical-coordinate representation of color #AFC7F0: hue angle of 217.85º 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 #AFC7F0 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175199240-
CMYK0.270.1700.06
HSL217.85º68.42%81.37%-
HSV(B)217.85º27.08%94.12%-
XYZ53.8356.2590.46-
YUV196.5152.55112.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.50%
GREEN value IS 199 (78.12% from 255) = 32.41%
BLUE value IS 240 (94.14% from 255) = 39.09%
R=28.50%
G=32.41%
B=39.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751992400.270.1700.06217.8568.4281.37
HexAFC7F01B1106da4451
Octal257307360332106332104121
Binary101011111100011111110000110111000101101101101010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC7F0; }

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

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

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

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

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

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

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

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