#AFCAF6

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

Shades of Tropical Blue #AFCAF6

Tints of Tropical Blue #AFCAF6

Color information

#AFCAF6 (or 0xAFCAF6) is unknown color: approx Tropical Blue. HEX triplet: AF, CA and F6. RGB value is (175,202,246). Sum of RGB (Red+Green+Blue) = 175+202+246=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 246 (96.48% from 255 or 39.49% from 623); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFCAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCAF6 is #503509. Grayscale: #C6C6C6. Windows color (decimal): -5256458 or 16173743. OLE color: 16173743.

HSL color Cylindrical-coordinate representation of color #AFCAF6: hue angle of 217.18º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFCAF6 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175202246-
CMYK0.290.1800.04
HSL217.18º79.78%82.55%-
HSV(B)217.18º28.86%96.47%-
XYZ55.4358.0195.46-
YUV198.94154.55110.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.09%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 246 (96.48% from 255) = 39.49%
R=28.09%
G=32.42%
B=39.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752022460.290.1800.04217.1879.7882.55
HexAFCAF61D1204d95053
Octal257312366352204331120123
Binary101011111100101011110110111011001001001101100110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAF6; }

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

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

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

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

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

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

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

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