#AFC5EB

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

Shades of Tropical Blue #AFC5EB

Tints of Tropical Blue #AFC5EB

Color information

#AFC5EB (or 0xAFC5EB) is unknown color: approx Tropical Blue. HEX triplet: AF, C5 and EB. RGB value is (175,197,235). Sum of RGB (Red+Green+Blue) = 175+197+235=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFC5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC5EB is #503A14. Grayscale: #C2C2C2. Windows color (decimal): -5257749 or 15451567. OLE color: 15451567.

HSL color Cylindrical-coordinate representation of color #AFC5EB: hue angle of 218º 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 #AFC5EB is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175197235-
CMYK0.260.1600.08
HSL218º60%80.39%-
HSV(B)218º25.53%92.16%-
XYZ52.6455.0486.45-
YUV194.75150.71113.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.83%
GREEN value IS 197 (77.34% from 255) = 32.45%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=28.83%
G=32.45%
B=38.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751972350.260.1600.082186080.39
HexAFC5EB1A1008da3c50
Octal257305353322001033274120
Binary101011111100010111101011110101000001000110110101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC5EB; }

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

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

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

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

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

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

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

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