#AFCBF1

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

Shades of Tropical Blue #AFCBF1

Tints of Tropical Blue #AFCBF1

Color information

#AFCBF1 (or 0xAFCBF1) is unknown color: approx Tropical Blue. HEX triplet: AF, CB and F1. RGB value is (175,203,241). Sum of RGB (Red+Green+Blue) = 175+203+241=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFCBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCBF1 is #50340E. Grayscale: #C6C6C6. Windows color (decimal): -5256207 or 15846319. OLE color: 15846319.

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

Color convert

RGB175203241-
CMYK0.270.1600.05
HSL214.55º70.21%81.57%-
HSV(B)214.55º27.39%94.51%-
XYZ54.9158.1891.55-
YUV198.96151.72110.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.27%
GREEN value IS 203 (79.69% from 255) = 32.79%
BLUE value IS 241 (94.53% from 255) = 38.93%
R=28.27%
G=32.79%
B=38.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752032410.270.1600.05214.5570.2181.57
HexAFCBF11B1005d74652
Octal257313361332005327106122
Binary101011111100101111110001110111000001011101011110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBF1; }

 p { color: rgb(175,203,241); }

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

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

 a { background-color: rgb(175,203,241); }

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

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

 span { border-color: rgb(175,203,241); }

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