#AFCAE6

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

Shades of Tropical Blue #AFCAE6

Tints of Tropical Blue #AFCAE6

Color information

#AFCAE6 (or 0xAFCAE6) is unknown color: approx Tropical Blue. HEX triplet: AF, CA and E6. RGB value is (175,202,230). Sum of RGB (Red+Green+Blue) = 175+202+230=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFCAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCAE6 is #503519. Grayscale: #C4C4C4. Windows color (decimal): -5256474 or 15125167. OLE color: 15125167.

HSL color Cylindrical-coordinate representation of color #AFCAE6: hue angle of 210.55º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFCAE6 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB175202230-
CMYK0.240.1200.10
HSL210.55º52.38%79.41%-
HSV(B)210.55º23.91%90.2%-
XYZ53.0857.0783.08-
YUV197.12146.55112.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.83%
GREEN value IS 202 (79.30% from 255) = 33.28%
BLUE value IS 230 (90.23% from 255) = 37.89%
R=28.83%
G=33.28%
B=37.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752022300.240.1200.10210.5552.3879.41
HexAFCAE618C0Ad3344f
Octal257312346301401232364117
Binary10101111110010101110011011000110001010110100111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAE6; }

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

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

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

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

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

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

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

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