#AFCCE3

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

Shades of Tropical Blue #AFCCE3

Tints of Tropical Blue #AFCCE3

Color information

#AFCCE3 (or 0xAFCCE3) is unknown color: approx Tropical Blue. HEX triplet: AF, CC and E3. RGB value is (175,204,227). Sum of RGB (Red+Green+Blue) = 175+204+227=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFCCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCE3 is #50331C. Grayscale: #C5C5C5. Windows color (decimal): -5255965 or 14929071. OLE color: 14929071.

HSL color Cylindrical-coordinate representation of color #AFCCE3: hue angle of 206.54º degrees, saturation: 0.48, 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 #AFCCE3 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175204227-
CMYK0.230.1000.11
HSL206.54º48.15%78.82%-
HSV(B)206.54º22.91%89.02%-
XYZ53.1457.8581.04-
YUV197.95144.39111.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.88%
GREEN value IS 204 (80.08% from 255) = 33.66%
BLUE value IS 227 (89.06% from 255) = 37.46%
R=28.88%
G=33.66%
B=37.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752042270.230.1000.11206.5448.1578.82
HexAFCCE317A0Bcf304f
Octal257314343271201331760117
Binary10101111110011001110001110111101001011110011111100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCE3; }

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

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

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

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

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

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

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

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