#AFC6F3

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

Shades of Tropical Blue #AFC6F3

Tints of Tropical Blue #AFC6F3

Color information

#AFC6F3 (or 0xAFC6F3) is unknown color: approx Tropical Blue. HEX triplet: AF, C6 and F3. RGB value is (175,198,243). Sum of RGB (Red+Green+Blue) = 175+198+243=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 198 (77.73% from 255 or 32.14% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFC6F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC6F3 is #50390C. Grayscale: #C4C4C4. Windows color (decimal): -5257485 or 15976111. OLE color: 15976111.

HSL color Cylindrical-coordinate representation of color #AFC6F3: hue angle of 219.71º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFC6F3 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175198243-
CMYK0.280.1900.05
HSL219.71º73.91%81.96%-
HSV(B)219.71º27.98%95.29%-
XYZ54.0555.9792.75-
YUV196.25154.38112.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.41%
GREEN value IS 198 (77.73% from 255) = 32.14%
BLUE value IS 243 (95.31% from 255) = 39.45%
R=28.41%
G=32.14%
B=39.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751982430.280.1900.05219.7173.9181.96
HexAFC6F31C1305dc4a52
Octal257306363342305334112122
Binary101011111100011011110011111001001101011101110010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC6F3; }

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

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

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

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

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

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

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

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