#AFC7F8

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

Shades of Tropical Blue #AFC7F8

Tints of Tropical Blue #AFC7F8

Color information

#AFC7F8 (or 0xAFC7F8) is unknown color: approx Tropical Blue. HEX triplet: AF, C7 and F8. RGB value is (175,199,248). Sum of RGB (Red+Green+Blue) = 175+199+248=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 199 (78.12% from 255 or 31.99% from 622); Blue value is 248 (97.27% from 255 or 39.87% from 622); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFC7F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC7F8 is #503807. Grayscale: #C5C5C5. Windows color (decimal): -5257224 or 16304047. OLE color: 16304047.

HSL color Cylindrical-coordinate representation of color #AFC7F8: hue angle of 220.27º 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 #AFC7F8 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175199248-
CMYK0.290.2000.03
HSL220.27º83.91%82.94%-
HSV(B)220.27º29.44%97.25%-
XYZ55.0556.7496.86-
YUV197.41156.55112.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.14%
GREEN value IS 199 (78.12% from 255) = 31.99%
BLUE value IS 248 (97.27% from 255) = 39.87%
R=28.14%
G=31.99%
B=39.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751992480.290.2000.03220.2783.9182.94
HexAFC7F81D1403dc5453
Octal257307370352403334124123
Binary10101111110001111111100011101101000111101110010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC7F8; }

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

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

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

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

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

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

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

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