#AFCCE4

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

Shades of Tropical Blue #AFCCE4

Tints of Tropical Blue #AFCCE4

Color information

#AFCCE4 (or 0xAFCCE4) is unknown color: approx Tropical Blue. HEX triplet: AF, CC and E4. RGB value is (175,204,228). Sum of RGB (Red+Green+Blue) = 175+204+228=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFCCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCE4 is #50331B. Grayscale: #C5C5C5. Windows color (decimal): -5255964 or 14994607. OLE color: 14994607.

HSL color Cylindrical-coordinate representation of color #AFCCE4: hue angle of 207.17º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFCCE4 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175204228-
CMYK0.230.1100.11
HSL207.17º49.53%79.02%-
HSV(B)207.17º23.25%89.41%-
XYZ53.2857.981.77-
YUV198.06144.89111.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.83%
GREEN value IS 204 (80.08% from 255) = 33.61%
BLUE value IS 228 (89.45% from 255) = 37.56%
R=28.83%
G=33.61%
B=37.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752042280.230.1100.11207.1749.5379.02
HexAFCCE417B0Bcf324f
Octal257314344271301331762117
Binary10101111110011001110010010111101101011110011111100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCE4; }

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

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

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

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

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

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

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

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