#AFCCEA

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

Shades of Tropical Blue #AFCCEA

Tints of Tropical Blue #AFCCEA

Color information

#AFCCEA (or 0xAFCCEA) is unknown color: approx Tropical Blue. HEX triplet: AF, CC and EA. RGB value is (175,204,234). Sum of RGB (Red+Green+Blue) = 175+204+234=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFCCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCCEA is #503315. Grayscale: #C6C6C6. Windows color (decimal): -5255958 or 15387823. OLE color: 15387823.

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

Color convert

RGB175204234-
CMYK0.250.1300.08
HSL210.51º58.42%80.2%-
HSV(B)210.51º25.21%91.76%-
XYZ54.1258.2486.23-
YUV198.75147.89111.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.55%
GREEN value IS 204 (80.08% from 255) = 33.28%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=28.55%
G=33.28%
B=38.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752042340.250.1300.08210.5158.4280.2
HexAFCCEA19D08d33a50
Octal257314352311501032372120
Binary10101111110011001110101011001110101000110100111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCEA; }

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

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

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

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

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

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

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

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