#AFC4EA

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

Shades of Tropical Blue #AFC4EA

Tints of Tropical Blue #AFC4EA

Color information

#AFC4EA (or 0xAFC4EA) is unknown color: approx Tropical Blue. HEX triplet: AF, C4 and EA. RGB value is (175,196,234). Sum of RGB (Red+Green+Blue) = 175+196+234=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 196 (76.95% from 255 or 32.40% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFC4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC4EA is #503B15. Grayscale: #C1C1C1. Windows color (decimal): -5258006 or 15385775. OLE color: 15385775.

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

Color convert

RGB175196234-
CMYK0.250.1600.08
HSL218.64º58.42%80.2%-
HSV(B)218.64º25.21%91.76%-
XYZ52.2754.5385.61-
YUV194.05150.54114.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.93%
GREEN value IS 196 (76.95% from 255) = 32.40%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=28.93%
G=32.40%
B=38.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751962340.250.1600.08218.6458.4280.2
HexAFC4EA191008db3a50
Octal257304352312001033372120
Binary101011111100010011101010110011000001000110110111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4EA; }

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

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

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

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

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

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

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

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