#AFC6EA

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

Shades of Tropical Blue #AFC6EA

Tints of Tropical Blue #AFC6EA

Color information

#AFC6EA (or 0xAFC6EA) is unknown color: approx Tropical Blue. HEX triplet: AF, C6 and EA. RGB value is (175,198,234). Sum of RGB (Red+Green+Blue) = 175+198+234=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFC6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC6EA is #503915. Grayscale: #C3C3C3. Windows color (decimal): -5257494 or 15386287. OLE color: 15386287.

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

Color convert

RGB175198234-
CMYK0.250.1500.08
HSL216.61º58.42%80.2%-
HSV(B)216.61º25.21%91.76%-
XYZ52.7255.4485.76-
YUV195.23149.88113.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.83%
GREEN value IS 198 (77.73% from 255) = 32.62%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=28.83%
G=32.62%
B=38.55%

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
Decimal1751982340.250.1500.08216.6158.4280.2
HexAFC6EA19F08d93a50
Octal257306352311701033172120
Binary10101111110001101110101011001111101000110110011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC6EA; }

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

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

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

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

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

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

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

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