#AFC7EA

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

Shades of Tropical Blue #AFC7EA

Tints of Tropical Blue #AFC7EA

Color information

#AFC7EA (or 0xAFC7EA) is unknown color: approx Tropical Blue. HEX triplet: AF, C7 and EA. RGB value is (175,199,234). Sum of RGB (Red+Green+Blue) = 175+199+234=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 199 (78.12% from 255 or 32.73% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFC7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC7EA is #503815. Grayscale: #C3C3C3. Windows color (decimal): -5257238 or 15386543. OLE color: 15386543.

HSL color Cylindrical-coordinate representation of color #AFC7EA: hue angle of 215.59º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFC7EA is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175199234-
CMYK0.250.1500.08
HSL215.59º58.42%80.2%-
HSV(B)215.59º25.21%91.76%-
XYZ52.9555.985.84-
YUV195.81149.55113.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.78%
GREEN value IS 199 (78.12% from 255) = 32.73%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=28.78%
G=32.73%
B=38.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751992340.250.1500.08215.5958.4280.2
HexAFC7EA19F08d83a50
Octal257307352311701033072120
Binary10101111110001111110101011001111101000110110001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC7EA; }

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

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

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

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

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

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

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

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