#AFC4FA

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

Shades of Tropical Blue #AFC4FA

Tints of Tropical Blue #AFC4FA

Color information

#AFC4FA (or 0xAFC4FA) is unknown color: approx Tropical Blue. HEX triplet: AF, C4 and FA. RGB value is (175,196,250). Sum of RGB (Red+Green+Blue) = 175+196+250=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFC4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC4FA is #503B05. Grayscale: #C3C3C3. Windows color (decimal): -5257990 or 16434351. OLE color: 16434351.

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

Color convert

RGB175196250-
CMYK0.30.2200.02
HSL223.2º88.24%83.33%-
HSV(B)223.2º30%98.04%-
XYZ54.6755.598.27-
YUV195.88158.54113.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.18%
GREEN value IS 196 (76.95% from 255) = 31.56%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=28.18%
G=31.56%
B=40.26%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751962500.30.2200.02223.288.2483.33
HexAFC4FA1E1602df5853
Octal257304372362602337130123
Binary10101111110001001111101011110101100101101111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4FA; }

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

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

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

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

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

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

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

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