#AFC9FC

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

Shades of Tropical Blue #AFC9FC

Tints of Tropical Blue #AFC9FC

Color information

#AFC9FC (or 0xAFC9FC) is unknown color: approx Tropical Blue. HEX triplet: AF, C9 and FC. RGB value is (175,201,252). Sum of RGB (Red+Green+Blue) = 175+201+252=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFC9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC9FC is #503603. Grayscale: #C6C6C6. Windows color (decimal): -5256708 or 16566703. OLE color: 16566703.

HSL color Cylindrical-coordinate representation of color #AFC9FC: hue angle of 219.74º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC9FC is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175201252-
CMYK0.310.2000.01
HSL219.74º92.77%83.73%-
HSV(B)219.74º30.56%98.82%-
XYZ56.1457.92100.32-
YUV199.04157.89110.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.87%
GREEN value IS 201 (78.91% from 255) = 32.01%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=27.87%
G=32.01%
B=40.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752012520.310.2000.01219.7492.7783.73
HexAFC9FC1F1401dc5d54
Octal257311374372401334135124
Binary1010111111001001111111001111110100011101110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC9FC; }

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

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

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

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

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

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

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

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