#AFC8FC

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

Shades of Tropical Blue #AFC8FC

Tints of Tropical Blue #AFC8FC

Color information

#AFC8FC (or 0xAFC8FC) is unknown color: approx Tropical Blue. HEX triplet: AF, C8 and FC. RGB value is (175,200,252). Sum of RGB (Red+Green+Blue) = 175+200+252=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFC8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC8FC is #503703. Grayscale: #C6C6C6. Windows color (decimal): -5256964 or 16566447. OLE color: 16566447.

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

Color convert

RGB175200252-
CMYK0.310.2100.01
HSL220.52º92.77%83.73%-
HSV(B)220.52º30.56%98.82%-
XYZ55.957.45100.24-
YUV198.45158.22111.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.91%
GREEN value IS 200 (78.52% from 255) = 31.90%
BLUE value IS 252 (98.83% from 255) = 40.19%
R=27.91%
G=31.90%
B=40.19%

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
Decimal1752002520.310.2100.01220.5292.7783.73
HexAFC8FC1F1501dd5d54
Octal257310374372501335135124
Binary1010111111001000111111001111110101011101110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC8FC; }

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

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

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

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

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

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

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

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