#AFC6FA

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

Shades of Tropical Blue #AFC6FA

Tints of Tropical Blue #AFC6FA

Color information

#AFC6FA (or 0xAFC6FA) is unknown color: approx Tropical Blue. HEX triplet: AF, C6 and FA. RGB value is (175,198,250). Sum of RGB (Red+Green+Blue) = 175+198+250=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFC6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC6FA is #503905. Grayscale: #C4C4C4. Windows color (decimal): -5257478 or 16434863. OLE color: 16434863.

HSL color Cylindrical-coordinate representation of color #AFC6FA: hue angle of 221.6º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC6FA is Cyan = 0.3, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175198250-
CMYK0.30.2100.02
HSL221.6º88.24%83.33%-
HSV(B)221.6º30%98.04%-
XYZ55.1356.498.42-
YUV197.05157.88112.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.09%
GREEN value IS 198 (77.73% from 255) = 31.78%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=28.09%
G=31.78%
B=40.13%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751982500.30.2100.02221.688.2483.33
HexAFC6FA1E1502de5853
Octal257306372362502336130123
Binary10101111110001101111101011110101010101101111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC6FA; }

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

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

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

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

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

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

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

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