#A5C5E6

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

Shades of Tropical Blue #A5C5E6

Tints of Tropical Blue #A5C5E6

Color information

#A5C5E6 (or 0xA5C5E6) is unknown color: approx Tropical Blue. HEX triplet: A5, C5 and E6. RGB value is (165,197,230). Sum of RGB (Red+Green+Blue) = 165+197+230=592 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.87% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 230 - color contains mainly: blue. Hex color #A5C5E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C5E6 is #5A3A19. Grayscale: #BFBFBF. Windows color (decimal): -5913114 or 15123877. OLE color: 15123877.

HSL color Cylindrical-coordinate representation of color #A5C5E6: hue angle of 210.46º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5C5E6 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB165197230-
CMYK0.280.1400.10
HSL210.46º56.52%77.45%-
HSV(B)210.46º28.26%90.2%-
XYZ49.7753.6582.59-
YUV191.19149.9109.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.87%
GREEN value IS 197 (77.34% from 255) = 33.28%
BLUE value IS 230 (90.23% from 255) = 38.85%
R=27.87%
G=33.28%
B=38.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1651972300.280.1400.10210.4656.5277.45
HexA5C5E61CE0Ad2394d
Octal245305346341601232271115
Binary10100101110001011110011011100111001010110100101110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C5E6; }

 p { color: rgb(165,197,230); }

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

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

 a { background-color: rgb(165,197,230); }

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

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

 span { border-color: rgb(165,197,230); }

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