#AFC6FC

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

Shades of Tropical Blue #AFC6FC

Tints of Tropical Blue #AFC6FC

Color information

#AFC6FC (or 0xAFC6FC) is unknown color: approx Tropical Blue. HEX triplet: AF, C6 and FC. RGB value is (175,198,252). Sum of RGB (Red+Green+Blue) = 175+198+252=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFC6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC6FC is #503903. Grayscale: #C5C5C5. Windows color (decimal): -5257476 or 16565935. OLE color: 16565935.

HSL color Cylindrical-coordinate representation of color #AFC6FC: hue angle of 222.08º 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 #AFC6FC is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175198252-
CMYK0.310.2100.01
HSL222.08º92.77%83.73%-
HSV(B)222.08º30.56%98.82%-
XYZ55.4456.53100.08-
YUV197.28158.88112.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28%
GREEN value IS 198 (77.73% from 255) = 31.68%
BLUE value IS 252 (98.83% from 255) = 40.32%
R=28%
G=31.68%
B=40.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751982520.310.2100.01222.0892.7783.73
HexAFC6FC1F1501de5d54
Octal257306374372501336135124
Binary1010111111000110111111001111110101011101111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC6FC; }

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

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

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

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

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

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

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

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