#afc5fe

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

Shades of Tropical Blue #AFC5FE

Tints of Tropical Blue #AFC5FE

Color information

#AFC5FE (or 0xAFC5FE) is unknown color: approx Tropical Blue. HEX triplet: AF, C5 and FE. RGB value is (175,197,254). Sum of RGB (Red+Green+Blue) = 175+197+254=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFC5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC5FE is #503A01. Grayscale: #C4C4C4. Windows color (decimal): -5257730 or 16696751. OLE color: 16696751.

HSL color Cylindrical-coordinate representation of color #AFC5FE: hue angle of 223.29º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC5FE is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB175197254-
CMYK0.310.2200.00
HSL223.29º97.53%84.12%-
HSV(B)223.29º31.1%99.61%-
XYZ55.5356.2101.69-
YUV196.92160.21112.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 197 (77.34% from 255) = 31.47%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=27.96%
G=31.47%
B=40.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751972540.310.2200.00223.2997.5384.12
HexAFC5FE1F1600df6254
Octal257305376372600337142124
Binary1010111111000101111111101111110110001101111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afc5fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afc5fe; }

 p { color: rgb(175,197,254); }

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

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

 a { background-color: rgb(175,197,254); }

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

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

 span { border-color: rgb(175,197,254); }

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