#AFC6FF

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

Shades of Tropical Blue #AFC6FF

Tints of Tropical Blue #AFC6FF

Color information

#AFC6FF (or 0xAFC6FF) is unknown color: approx Tropical Blue. HEX triplet: AF, C6 and FF. RGB value is (175,198,255). Sum of RGB (Red+Green+Blue) = 175+198+255=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFC6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC6FF is #503900. Grayscale: #C5C5C5. Windows color (decimal): -5257473 or 16762543. OLE color: 16762543.

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

Color convert

RGB175198255-
CMYK0.310.2200
HSL222.75º100%84.31%-
HSV(B)222.75º31.37%100%-
XYZ55.9256.72102.61-
YUV197.62160.38111.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.87%
GREEN value IS 198 (77.73% from 255) = 31.53%
BLUE value IS 255 (100% from 255) = 40.61%
R=27.87%
G=31.53%
B=40.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1751982550.310.2200222.7510084.31
HexAFC6FF1F1600df6454
Octal257306377372600337144124
Binary1010111111000110111111111111110110001101111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC6FF; }

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

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

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

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

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

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

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

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