#AFCAF2

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

Shades of Tropical Blue #AFCAF2

Tints of Tropical Blue #AFCAF2

Color information

#AFCAF2 (or 0xAFCAF2) is unknown color: approx Tropical Blue. HEX triplet: AF, CA and F2. RGB value is (175,202,242). Sum of RGB (Red+Green+Blue) = 175+202+242=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFCAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCAF2 is #50350D. Grayscale: #C6C6C6. Windows color (decimal): -5256462 or 15911599. OLE color: 15911599.

HSL color Cylindrical-coordinate representation of color #AFCAF2: hue angle of 215.82º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFCAF2 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175202242-
CMYK0.280.1700.05
HSL215.82º72.04%81.76%-
HSV(B)215.82º27.69%94.9%-
XYZ54.8357.7792.26-
YUV198.49152.55111.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.27%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 242 (94.92% from 255) = 39.10%
R=28.27%
G=32.63%
B=39.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752022420.280.1700.05215.8272.0481.76
HexAFCAF21C1105d84852
Octal257312362342105330110122
Binary101011111100101011110010111001000101011101100010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAF2; }

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

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

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

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

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

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

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

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