#AFCCED

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

Shades of Tropical Blue #AFCCED

Tints of Tropical Blue #AFCCED

Color information

#AFCCED (or 0xAFCCED) is unknown color: approx Tropical Blue. HEX triplet: AF, CC and ED. RGB value is (175,204,237). Sum of RGB (Red+Green+Blue) = 175+204+237=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFCCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCCED is #503312. Grayscale: #C6C6C6. Windows color (decimal): -5255955 or 15584431. OLE color: 15584431.

HSL color Cylindrical-coordinate representation of color #AFCCED: hue angle of 211.94º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFCCED is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175204237-
CMYK0.260.1400.07
HSL211.94º63.27%80.78%-
HSV(B)211.94º26.16%92.94%-
XYZ54.5658.4188.52-
YUV199.09149.39110.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.41%
GREEN value IS 204 (80.08% from 255) = 33.12%
BLUE value IS 237 (92.97% from 255) = 38.47%
R=28.41%
G=33.12%
B=38.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752042370.260.1400.07211.9463.2780.78
HexAFCCED1AE07d43f51
Octal25731435532160732477121
Binary1010111111001100111011011101011100111110101001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCED; }

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

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

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

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

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

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

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

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