#AFC4F2

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

Shades of Tropical Blue #AFC4F2

Tints of Tropical Blue #AFC4F2

Color information

#AFC4F2 (or 0xAFC4F2) is unknown color: approx Tropical Blue. HEX triplet: AF, C4 and F2. RGB value is (175,196,242). Sum of RGB (Red+Green+Blue) = 175+196+242=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFC4F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC4F2 is #503B0D. Grayscale: #C2C2C2. Windows color (decimal): -5257998 or 15910063. OLE color: 15910063.

HSL color Cylindrical-coordinate representation of color #AFC4F2: hue angle of 221.19º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFC4F2 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175196242-
CMYK0.280.1900.05
HSL221.19º72.04%81.76%-
HSV(B)221.19º27.69%94.9%-
XYZ53.455591.8-
YUV194.96154.54113.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.55%
GREEN value IS 196 (76.95% from 255) = 31.97%
BLUE value IS 242 (94.92% from 255) = 39.48%
R=28.55%
G=31.97%
B=39.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751962420.280.1900.05221.1972.0481.76
HexAFC4F21C1305dd4852
Octal257304362342305335110122
Binary101011111100010011110010111001001101011101110110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4F2; }

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

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

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

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

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

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

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

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