#AFC4EF

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

Shades of Tropical Blue #AFC4EF

Tints of Tropical Blue #AFC4EF

Color information

#AFC4EF (or 0xAFC4EF) is unknown color: approx Tropical Blue. HEX triplet: AF, C4 and EF. RGB value is (175,196,239). Sum of RGB (Red+Green+Blue) = 175+196+239=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFC4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC4EF is #503B10. Grayscale: #C2C2C2. Windows color (decimal): -5258001 or 15713455. OLE color: 15713455.

HSL color Cylindrical-coordinate representation of color #AFC4EF: hue angle of 220.31º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC4EF is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175196239-
CMYK0.270.1800.06
HSL220.31º66.67%81.18%-
HSV(B)220.31º26.78%93.73%-
XYZ5354.8389.45-
YUV194.62153.04114-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.69%
GREEN value IS 196 (76.95% from 255) = 32.13%
BLUE value IS 239 (93.75% from 255) = 39.18%
R=28.69%
G=32.13%
B=39.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751962390.270.1800.06220.3166.6781.18
HexAFC4EF1B1206dc4351
Octal257304357332206334103121
Binary101011111100010011101111110111001001101101110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4EF; }

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

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

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

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

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

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

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

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