#AFC9FA

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

Shades of Tropical Blue #AFC9FA

Tints of Tropical Blue #AFC9FA

Color information

#AFC9FA (or 0xAFC9FA) is unknown color: approx Tropical Blue. HEX triplet: AF, C9 and FA. RGB value is (175,201,250). Sum of RGB (Red+Green+Blue) = 175+201+250=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFC9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC9FA is #503605. Grayscale: #C6C6C6. Windows color (decimal): -5256710 or 16435631. OLE color: 16435631.

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

Color convert

RGB175201250-
CMYK0.30.2000.02
HSL219.2º88.24%83.33%-
HSV(B)219.2º30%98.04%-
XYZ55.8257.7998.65-
YUV198.81156.89111.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 201 (78.91% from 255) = 32.11%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=27.96%
G=32.11%
B=39.94%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752012500.30.2000.02219.288.2483.33
HexAFC9FA1E1402db5853
Octal257311372362402333130123
Binary10101111110010011111101011110101000101101101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC9FA; }

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

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

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

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

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

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

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

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