#AFC9FF

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

Shades of Tropical Blue #AFC9FF

Tints of Tropical Blue #AFC9FF

Color information

#AFC9FF (or 0xAFC9FF) is unknown color: approx Tropical Blue. HEX triplet: AF, C9 and FF. RGB value is (175,201,255). Sum of RGB (Red+Green+Blue) = 175+201+255=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFC9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC9FF is #503600. Grayscale: #C7C7C7. Windows color (decimal): -5256705 or 16763311. OLE color: 16763311.

HSL color Cylindrical-coordinate representation of color #AFC9FF: hue angle of 220.5º 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 #AFC9FF is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB175201255-
CMYK0.310.2100
HSL220.5º100%84.31%-
HSV(B)220.5º31.37%100%-
XYZ56.6258.11102.84-
YUV199.38159.39110.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.73%
GREEN value IS 201 (78.91% from 255) = 31.85%
BLUE value IS 255 (100% from 255) = 40.41%
R=27.73%
G=31.85%
B=40.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752012550.310.2100220.510084.31
HexAFC9FF1F1500dc6454
Octal257311377372500334144124
Binary1010111111001001111111111111110101001101110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC9FF; }

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

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

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

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

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

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

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

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