#AFC6F7

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

Shades of Tropical Blue #AFC6F7

Tints of Tropical Blue #AFC6F7

Color information

#AFC6F7 (or 0xAFC6F7) is unknown color: approx Tropical Blue. HEX triplet: AF, C6 and F7. RGB value is (175,198,247). Sum of RGB (Red+Green+Blue) = 175+198+247=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 247 (96.88% from 255 or 39.84% from 620); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFC6F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC6F7 is #503908. Grayscale: #C4C4C4. Windows color (decimal): -5257481 or 16238255. OLE color: 16238255.

HSL color Cylindrical-coordinate representation of color #AFC6F7: hue angle of 220.83º 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 #AFC6F7 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175198247-
CMYK0.290.2000.03
HSL220.83º81.82%82.75%-
HSV(B)220.83º29.15%96.86%-
XYZ54.6656.2295.97-
YUV196.71156.38112.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.23%
GREEN value IS 198 (77.73% from 255) = 31.94%
BLUE value IS 247 (96.88% from 255) = 39.84%
R=28.23%
G=31.94%
B=39.84%

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
Decimal1751982470.290.2000.03220.8381.8282.75
HexAFC6F71D1403dd5253
Octal257306367352403335122123
Binary10101111110001101111011111101101000111101110110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC6F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC6F7; }

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

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

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

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

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

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

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

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