#AFC5F5

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

Shades of Tropical Blue #AFC5F5

Tints of Tropical Blue #AFC5F5

Color information

#AFC5F5 (or 0xAFC5F5) is unknown color: approx Tropical Blue. HEX triplet: AF, C5 and F5. RGB value is (175,197,245). Sum of RGB (Red+Green+Blue) = 175+197+245=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 245 (96.09% from 255 or 39.71% from 617); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFC5F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC5F5 is #503A0A. Grayscale: #C3C3C3. Windows color (decimal): -5257739 or 16106927. OLE color: 16106927.

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

Color convert

RGB175197245-
CMYK0.290.2000.04
HSL221.14º77.78%82.35%-
HSV(B)221.14º28.57%96.08%-
XYZ54.1355.6494.27-
YUV195.89155.71113.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.36%
GREEN value IS 197 (77.34% from 255) = 31.93%
BLUE value IS 245 (96.09% from 255) = 39.71%
R=28.36%
G=31.93%
B=39.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751972450.290.2000.04221.1477.7882.35
HexAFC5F51D1404dd4e52
Octal257305365352404335116122
Binary101011111100010111110101111011010001001101110110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC5F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC5F5; }

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

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

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

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

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

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

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

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