#AFCAEF

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

Shades of Tropical Blue #AFCAEF

Tints of Tropical Blue #AFCAEF

Color information

#AFCAEF (or 0xAFCAEF) is unknown color: approx Tropical Blue. HEX triplet: AF, CA and EF. RGB value is (175,202,239). Sum of RGB (Red+Green+Blue) = 175+202+239=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFCAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCAEF is #503510. Grayscale: #C5C5C5. Windows color (decimal): -5256465 or 15714991. OLE color: 15714991.

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

Color convert

RGB175202239-
CMYK0.270.1500.06
HSL214.69º66.67%81.18%-
HSV(B)214.69º26.78%93.73%-
XYZ54.3857.5989.91-
YUV198.14151.05111.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.41%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 239 (93.75% from 255) = 38.80%
R=28.41%
G=32.79%
B=38.80%

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
Decimal1752022390.270.1500.06214.6966.6781.18
HexAFCAEF1BF06d74351
Octal257312357331706327103121
Binary10101111110010101110111111011111101101101011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAEF; }

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

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

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

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

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

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

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

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