#AFCBF0

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

Shades of Tropical Blue #AFCBF0

Tints of Tropical Blue #AFCBF0

Color information

#AFCBF0 (or 0xAFCBF0) is unknown color: approx Tropical Blue. HEX triplet: AF, CB and F0. RGB value is (175,203,240). Sum of RGB (Red+Green+Blue) = 175+203+240=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFCBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCBF0 is #50340F. Grayscale: #C6C6C6. Windows color (decimal): -5256208 or 15780783. OLE color: 15780783.

HSL color Cylindrical-coordinate representation of color #AFCBF0: hue angle of 214.15º 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 #AFCBF0 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175203240-
CMYK0.270.1500.06
HSL214.15º68.42%81.37%-
HSV(B)214.15º27.08%94.12%-
XYZ54.7658.1290.77-
YUV198.85151.22110.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.32%
GREEN value IS 203 (79.69% from 255) = 32.85%
BLUE value IS 240 (94.14% from 255) = 38.83%
R=28.32%
G=32.85%
B=38.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752032400.270.1500.06214.1568.4281.37
HexAFCBF01BF06d64451
Octal257313360331706326104121
Binary10101111110010111111000011011111101101101011010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBF0; }

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

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

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

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

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

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

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

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