#AFC4FF

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

Shades of Tropical Blue #AFC4FF

Tints of Tropical Blue #AFC4FF

Color information

#AFC4FF (or 0xAFC4FF) is unknown color: approx Tropical Blue. HEX triplet: AF, C4 and FF. RGB value is (175,196,255). Sum of RGB (Red+Green+Blue) = 175+196+255=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 196 (76.95% from 255 or 31.31% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFC4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC4FF is #503B00. Grayscale: #C4C4C4. Windows color (decimal): -5257985 or 16762031. OLE color: 16762031.

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

Color convert

RGB175196255-
CMYK0.310.2300
HSL224.25º100%84.31%-
HSV(B)224.25º31.37%100%-
XYZ55.4755.81102.46-
YUV196.45161.04112.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 196 (76.95% from 255) = 31.31%
BLUE value IS 255 (100% from 255) = 40.73%
R=27.96%
G=31.31%
B=40.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1751962550.310.2300224.2510084.31
HexAFC4FF1F1700e06454
Octal257304377372700340144124
Binary1010111111000100111111111111110111001110000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4FF; }

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

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

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

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

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

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

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

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