#AFC8E6

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

Shades of Tropical Blue #AFC8E6

Tints of Tropical Blue #AFC8E6

Color information

#AFC8E6 (or 0xAFC8E6) is unknown color: approx Tropical Blue. HEX triplet: AF, C8 and E6. RGB value is (175,200,230). Sum of RGB (Red+Green+Blue) = 175+200+230=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFC8E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC8E6 is #503719. Grayscale: #C3C3C3. Windows color (decimal): -5256986 or 15124655. OLE color: 15124655.

HSL color Cylindrical-coordinate representation of color #AFC8E6: hue angle of 212.73º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFC8E6 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB175200230-
CMYK0.240.1300.10
HSL212.73º52.38%79.41%-
HSV(B)212.73º23.91%90.2%-
XYZ52.6256.1482.93-
YUV195.94147.22113.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.93%
GREEN value IS 200 (78.52% from 255) = 33.06%
BLUE value IS 230 (90.23% from 255) = 38.02%
R=28.93%
G=33.06%
B=38.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752002300.240.1300.10212.7352.3879.41
HexAFC8E618D0Ad5344f
Octal257310346301501232564117
Binary10101111110010001110011011000110101010110101011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC8E6; }

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

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

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

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

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

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

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

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