#AFC6EB

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

Shades of Tropical Blue #AFC6EB

Tints of Tropical Blue #AFC6EB

Color information

#AFC6EB (or 0xAFC6EB) is unknown color: approx Tropical Blue. HEX triplet: AF, C6 and EB. RGB value is (175,198,235). Sum of RGB (Red+Green+Blue) = 175+198+235=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 198 (77.73% from 255 or 32.57% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFC6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC6EB is #503914. Grayscale: #C3C3C3. Windows color (decimal): -5257493 or 15451823. OLE color: 15451823.

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

Color convert

RGB175198235-
CMYK0.260.1600.08
HSL217º60%80.39%-
HSV(B)217º25.53%92.16%-
XYZ52.8755.586.52-
YUV195.34150.38113.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.78%
GREEN value IS 198 (77.73% from 255) = 32.57%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=28.78%
G=32.57%
B=38.65%

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
Decimal1751982350.260.1600.082176080.39
HexAFC6EB1A1008d93c50
Octal257306353322001033174120
Binary101011111100011011101011110101000001000110110011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC6EB; }

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

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

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

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

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

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

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

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