#AFC5F7

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

Shades of Tropical Blue #AFC5F7

Tints of Tropical Blue #AFC5F7

Color information

#AFC5F7 (or 0xAFC5F7) is unknown color: approx Tropical Blue. HEX triplet: AF, C5 and F7. RGB value is (175,197,247). Sum of RGB (Red+Green+Blue) = 175+197+247=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFC5F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC5F7 is #503A08. Grayscale: #C3C3C3. Windows color (decimal): -5257737 or 16237999. OLE color: 16237999.

HSL color Cylindrical-coordinate representation of color #AFC5F7: hue angle of 221.67º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFC5F7 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175197247-
CMYK0.290.2000.03
HSL221.67º81.82%82.75%-
HSV(B)221.67º29.15%96.86%-
XYZ54.4355.7695.89-
YUV196.12156.71112.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.27%
GREEN value IS 197 (77.34% from 255) = 31.83%
BLUE value IS 247 (96.88% from 255) = 39.90%
R=28.27%
G=31.83%
B=39.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751972470.290.2000.03221.6781.8282.75
HexAFC5F71D1403de5253
Octal257305367352403336122123
Binary10101111110001011111011111101101000111101111010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC5F7; }

 p { color: rgb(175,197,247); }

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

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

 a { background-color: rgb(175,197,247); }

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

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

 span { border-color: rgb(175,197,247); }

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