#AFC4F8

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

Shades of Tropical Blue #AFC4F8

Tints of Tropical Blue #AFC4F8

Color information

#AFC4F8 (or 0xAFC4F8) is unknown color: approx Tropical Blue. HEX triplet: AF, C4 and F8. RGB value is (175,196,248). Sum of RGB (Red+Green+Blue) = 175+196+248=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 248 (97.27% from 255 or 40.06% from 619); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFC4F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC4F8 is #503B07. Grayscale: #C3C3C3. Windows color (decimal): -5257992 or 16303279. OLE color: 16303279.

HSL color Cylindrical-coordinate representation of color #AFC4F8: hue angle of 222.74º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFC4F8 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175196248-
CMYK0.290.2100.03
HSL222.74º83.91%82.94%-
HSV(B)222.74º29.44%97.25%-
XYZ54.3655.3796.63-
YUV195.65157.54113.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.27%
GREEN value IS 196 (76.95% from 255) = 31.66%
BLUE value IS 248 (97.27% from 255) = 40.06%
R=28.27%
G=31.66%
B=40.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751962480.290.2100.03222.7483.9182.94
HexAFC4F81D1503df5453
Octal257304370352503337124123
Binary10101111110001001111100011101101010111101111110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4F8; }

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

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

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

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

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

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

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

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