#AFCCF1

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

Shades of Tropical Blue #AFCCF1

Tints of Tropical Blue #AFCCF1

Color information

#AFCCF1 (or 0xAFCCF1) is unknown color: approx Tropical Blue. HEX triplet: AF, CC and F1. RGB value is (175,204,241). Sum of RGB (Red+Green+Blue) = 175+204+241=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFCCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCCF1 is #50330E. Grayscale: #C7C7C7. Windows color (decimal): -5255951 or 15846575. OLE color: 15846575.

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

Color convert

RGB175204241-
CMYK0.270.1500.05
HSL213.64º70.21%81.57%-
HSV(B)213.64º27.39%94.51%-
XYZ55.1558.6591.63-
YUV199.55151.39110.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.23%
GREEN value IS 204 (80.08% from 255) = 32.90%
BLUE value IS 241 (94.53% from 255) = 38.87%
R=28.23%
G=32.90%
B=38.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752042410.270.1500.05213.6470.2181.57
HexAFCCF11BF05d64652
Octal257314361331705326106122
Binary10101111110011001111000111011111101011101011010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCF1; }

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

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

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

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

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

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

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

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