#AFC4ED

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

Shades of Tropical Blue #AFC4ED

Tints of Tropical Blue #AFC4ED

Color information

#AFC4ED (or 0xAFC4ED) is unknown color: approx Tropical Blue. HEX triplet: AF, C4 and ED. RGB value is (175,196,237). Sum of RGB (Red+Green+Blue) = 175+196+237=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFC4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC4ED is #503B12. Grayscale: #C2C2C2. Windows color (decimal): -5258003 or 15582383. OLE color: 15582383.

HSL color Cylindrical-coordinate representation of color #AFC4ED: hue angle of 219.68º degrees, saturation: 0.63, 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 #AFC4ED is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175196237-
CMYK0.260.1700.07
HSL219.68º63.27%80.78%-
HSV(B)219.68º26.16%92.94%-
XYZ52.7154.7187.9-
YUV194.4152.04114.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.78%
GREEN value IS 196 (76.95% from 255) = 32.24%
BLUE value IS 237 (92.97% from 255) = 38.98%
R=28.78%
G=32.24%
B=38.98%

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
Decimal1751962370.260.1700.07219.6863.2780.78
HexAFC4ED1A1107dc3f51
Octal25730435532210733477121
Binary10101111110001001110110111010100010111110111001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4ED; }

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

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

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

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

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

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

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

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