#AFC8EF

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

Shades of Tropical Blue #AFC8EF

Tints of Tropical Blue #AFC8EF

Color information

#AFC8EF (or 0xAFC8EF) is unknown color: approx Tropical Blue. HEX triplet: AF, C8 and EF. RGB value is (175,200,239). Sum of RGB (Red+Green+Blue) = 175+200+239=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFC8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC8EF is #503710. Grayscale: #C4C4C4. Windows color (decimal): -5256977 or 15714479. OLE color: 15714479.

HSL color Cylindrical-coordinate representation of color #AFC8EF: hue angle of 216.56º 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 #AFC8EF is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175200239-
CMYK0.270.1600.06
HSL216.56º66.67%81.18%-
HSV(B)216.56º26.78%93.73%-
XYZ53.9156.6589.76-
YUV196.97151.72112.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.50%
GREEN value IS 200 (78.52% from 255) = 32.57%
BLUE value IS 239 (93.75% from 255) = 38.93%
R=28.50%
G=32.57%
B=38.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752002390.270.1600.06216.5666.6781.18
HexAFC8EF1B1006d94351
Octal257310357332006331103121
Binary101011111100100011101111110111000001101101100110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC8EF; }

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

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

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

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

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

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

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

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