#AFC8EC

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

Shades of Tropical Blue #AFC8EC

Tints of Tropical Blue #AFC8EC

Color information

#AFC8EC (or 0xAFC8EC) is unknown color: approx Tropical Blue. HEX triplet: AF, C8 and EC. RGB value is (175,200,236). Sum of RGB (Red+Green+Blue) = 175+200+236=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFC8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC8EC is #503713. Grayscale: #C4C4C4. Windows color (decimal): -5256980 or 15517871. OLE color: 15517871.

HSL color Cylindrical-coordinate representation of color #AFC8EC: hue angle of 215.41º 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 #AFC8EC is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175200236-
CMYK0.260.1500.07
HSL215.41º61.62%80.59%-
HSV(B)215.41º25.85%92.55%-
XYZ53.4756.4887.44-
YUV196.63150.22112.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.64%
GREEN value IS 200 (78.52% from 255) = 32.73%
BLUE value IS 236 (92.58% from 255) = 38.63%
R=28.64%
G=32.73%
B=38.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752002360.260.1500.07215.4161.6280.59
HexAFC8EC1AF07d73e51
Octal25731035432170732776121
Binary1010111111001000111011001101011110111110101111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC8EC; }

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

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

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

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

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

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

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

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