#AFCAE9

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

Shades of Tropical Blue #AFCAE9

Tints of Tropical Blue #AFCAE9

Color information

#AFCAE9 (or 0xAFCAE9) is unknown color: approx Tropical Blue. HEX triplet: AF, CA and E9. RGB value is (175,202,233). Sum of RGB (Red+Green+Blue) = 175+202+233=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 233 - color contains mainly: blue. Hex color #AFCAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCAE9 is #503516. Grayscale: #C5C5C5. Windows color (decimal): -5256471 or 15321775. OLE color: 15321775.

HSL color Cylindrical-coordinate representation of color #AFCAE9: hue angle of 212.07º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFCAE9 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175202233-
CMYK0.250.1300.09
HSL212.07º56.86%80%-
HSV(B)212.07º24.89%91.37%-
XYZ53.5157.2485.32-
YUV197.46148.05111.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.69%
GREEN value IS 202 (79.30% from 255) = 33.11%
BLUE value IS 233 (91.41% from 255) = 38.20%
R=28.69%
G=33.11%
B=38.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752022330.250.1300.09212.0756.8680
HexAFCAE919D09d43950
Octal257312351311501132471120
Binary10101111110010101110100111001110101001110101001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAE9; }

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

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

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

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

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

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

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

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