#AFC7E6

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

Shades of Tropical Blue #AFC7E6

Tints of Tropical Blue #AFC7E6

Color information

#AFC7E6 (or 0xAFC7E6) is unknown color: approx Tropical Blue. HEX triplet: AF, C7 and E6. RGB value is (175,199,230). Sum of RGB (Red+Green+Blue) = 175+199+230=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFC7E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC7E6 is #503819. Grayscale: #C3C3C3. Windows color (decimal): -5257242 or 15124399. OLE color: 15124399.

HSL color Cylindrical-coordinate representation of color #AFC7E6: hue angle of 213.82º 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 #AFC7E6 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB175199230-
CMYK0.240.1300.10
HSL213.82º52.38%79.41%-
HSV(B)213.82º23.91%90.2%-
XYZ52.3955.6782.85-
YUV195.36147.55113.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 199 (78.12% from 255) = 32.95%
BLUE value IS 230 (90.23% from 255) = 38.08%
R=28.97%
G=32.95%
B=38.08%

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
Decimal1751992300.240.1300.10213.8252.3879.41
HexAFC7E618D0Ad6344f
Octal257307346301501232664117
Binary10101111110001111110011011000110101010110101101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC7E6; }

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

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

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

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

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

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

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

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