#AFC9EC

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

Shades of Tropical Blue #AFC9EC

Tints of Tropical Blue #AFC9EC

Color information

#AFC9EC (or 0xAFC9EC) is unknown color: approx Tropical Blue. HEX triplet: AF, C9 and EC. RGB value is (175,201,236). Sum of RGB (Red+Green+Blue) = 175+201+236=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFC9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC9EC is #503613. Grayscale: #C5C5C5. Windows color (decimal): -5256724 or 15518127. OLE color: 15518127.

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

Color convert

RGB175201236-
CMYK0.260.1500.07
HSL214.43º61.62%80.59%-
HSV(B)214.43º25.85%92.55%-
XYZ53.7156.9487.52-
YUV197.22149.89112.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.59%
GREEN value IS 201 (78.91% from 255) = 32.84%
BLUE value IS 236 (92.58% from 255) = 38.56%
R=28.59%
G=32.84%
B=38.56%

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
Decimal1752012360.260.1500.07214.4361.6280.59
HexAFC9EC1AF07d63e51
Octal25731135432170732676121
Binary1010111111001001111011001101011110111110101101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC9EC; }

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

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

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

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

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

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

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

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