#AFC5EC

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

Shades of Tropical Blue #AFC5EC

Tints of Tropical Blue #AFC5EC

Color information

#AFC5EC (or 0xAFC5EC) is unknown color: approx Tropical Blue. HEX triplet: AF, C5 and EC. RGB value is (175,197,236). Sum of RGB (Red+Green+Blue) = 175+197+236=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFC5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC5EC is #503A13. Grayscale: #C2C2C2. Windows color (decimal): -5257748 or 15517103. OLE color: 15517103.

HSL color Cylindrical-coordinate representation of color #AFC5EC: hue angle of 218.36º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFC5EC is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175197236-
CMYK0.260.1700.07
HSL218.36º61.62%80.59%-
HSV(B)218.36º25.85%92.55%-
XYZ52.7955.187.21-
YUV194.87151.21113.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.78%
GREEN value IS 197 (77.34% from 255) = 32.40%
BLUE value IS 236 (92.58% from 255) = 38.82%
R=28.78%
G=32.40%
B=38.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751972360.260.1700.07218.3661.6280.59
HexAFC5EC1A1107da3e51
Octal25730535432210733276121
Binary10101111110001011110110011010100010111110110101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC5EC; }

 p { color: rgb(175,197,236); }

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

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

 a { background-color: rgb(175,197,236); }

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

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

 span { border-color: rgb(175,197,236); }

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