#AFCAF8

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

Shades of Tropical Blue #AFCAF8

Tints of Tropical Blue #AFCAF8

Color information

#AFCAF8 (or 0xAFCAF8) is unknown color: approx Tropical Blue. HEX triplet: AF, CA and F8. RGB value is (175,202,248). Sum of RGB (Red+Green+Blue) = 175+202+248=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFCAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCAF8 is #503507. Grayscale: #C6C6C6. Windows color (decimal): -5256456 or 16304815. OLE color: 16304815.

HSL color Cylindrical-coordinate representation of color #AFCAF8: hue angle of 217.81º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFCAF8 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175202248-
CMYK0.290.1900.03
HSL217.81º83.91%82.94%-
HSV(B)217.81º29.44%97.25%-
XYZ55.7458.1397.09-
YUV199.17155.55110.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28%
GREEN value IS 202 (79.30% from 255) = 32.32%
BLUE value IS 248 (97.27% from 255) = 39.68%
R=28%
G=32.32%
B=39.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752022480.290.1900.03217.8183.9182.94
HexAFCAF81D1303da5453
Octal257312370352303332124123
Binary10101111110010101111100011101100110111101101010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAF8; }

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

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

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

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

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

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

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

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