#AFCAF0

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

Shades of Tropical Blue #AFCAF0

Tints of Tropical Blue #AFCAF0

Color information

#AFCAF0 (or 0xAFCAF0) is unknown color: approx Tropical Blue. HEX triplet: AF, CA and F0. RGB value is (175,202,240). Sum of RGB (Red+Green+Blue) = 175+202+240=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFCAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCAF0 is #50350F. Grayscale: #C6C6C6. Windows color (decimal): -5256464 or 15780527. OLE color: 15780527.

HSL color Cylindrical-coordinate representation of color #AFCAF0: hue angle of 215.08º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFCAF0 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175202240-
CMYK0.270.1600.06
HSL215.08º68.42%81.37%-
HSV(B)215.08º27.08%94.12%-
XYZ54.5357.6590.69-
YUV198.26151.55111.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.36%
GREEN value IS 202 (79.30% from 255) = 32.74%
BLUE value IS 240 (94.14% from 255) = 38.90%
R=28.36%
G=32.74%
B=38.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752022400.270.1600.06215.0868.4281.37
HexAFCAF01B1006d74451
Octal257312360332006327104121
Binary101011111100101011110000110111000001101101011110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAF0; }

 p { color: rgb(175,202,240); }

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

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

 a { background-color: rgb(175,202,240); }

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

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

 span { border-color: rgb(175,202,240); }

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