#AFC2EB

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

Shades of Tropical Blue #AFC2EB

Tints of Tropical Blue #AFC2EB

Color information

#AFC2EB (or 0xAFC2EB) is unknown color: approx Tropical Blue. HEX triplet: AF, C2 and EB. RGB value is (175,194,235). Sum of RGB (Red+Green+Blue) = 175+194+235=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFC2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC2EB is #503D14. Grayscale: #C0C0C0. Windows color (decimal): -5258517 or 15450799. OLE color: 15450799.

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

Color convert

RGB175194235-
CMYK0.260.1700.08
HSL221º60%80.39%-
HSV(B)221º25.53%92.16%-
XYZ51.9753.786.22-
YUV192.99151.71115.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 194 (76.17% from 255) = 32.12%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=28.97%
G=32.12%
B=38.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751942350.260.1700.082216080.39
HexAFC2EB1A1108dd3c50
Octal257302353322101033574120
Binary101011111100001011101011110101000101000110111011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC2EB; }

 p { color: rgb(175,194,235); }

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

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

 a { background-color: rgb(175,194,235); }

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

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

 span { border-color: rgb(175,194,235); }

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