#AFC6EE

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

Shades of Tropical Blue #AFC6EE

Tints of Tropical Blue #AFC6EE

Color information

#AFC6EE (or 0xAFC6EE) is unknown color: approx Tropical Blue. HEX triplet: AF, C6 and EE. RGB value is (175,198,238). Sum of RGB (Red+Green+Blue) = 175+198+238=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFC6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC6EE is #503911. Grayscale: #C3C3C3. Windows color (decimal): -5257490 or 15648431. OLE color: 15648431.

HSL color Cylindrical-coordinate representation of color #AFC6EE: hue angle of 218.1º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFC6EE is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175198238-
CMYK0.260.1700.07
HSL218.1º64.95%80.98%-
HSV(B)218.1º26.47%93.33%-
XYZ53.3155.6888.83-
YUV195.68151.88113.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.64%
GREEN value IS 198 (77.73% from 255) = 32.41%
BLUE value IS 238 (93.36% from 255) = 38.95%
R=28.64%
G=32.41%
B=38.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751982380.260.1700.07218.164.9580.98
HexAFC6EE1A1107da4151
Octal257306356322107332101121
Binary101011111100011011101110110101000101111101101010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC6EE; }

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

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

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

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

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

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

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

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