Html Css Color HEX #A5C2EC Tropical Blue

📋 copy color: '#A5C2EC'

red 165 ◦ green 194 ◦ blue 236

#A5C2EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Blue #A5C2EC

Tints of Tropical Blue #A5C2EC

RGB

 RED value IS 165 (64.84% from 255) = 27.73%

 GREEN value IS 194 (76.17% from 255) = 32.61%

 BLUE value IS 236 (92.58% from 255) = 39.66%

R = 27.73%
G = 32.61%
B = 39.66%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A5C2EC (or 0xA5C2EC) is known color: Tropical Blue. HEX triplet: A5, C2 and EC. RGB value is (165,194,236). Sum of RGB (Red+Green+Blue) = 165+194+236=595 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.73% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5C2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C2EC is #5A3D13. Grayscale: #BDBDBD. Windows color (decimal): -5913876 or 15516325. OLE color: 15516325.

HSL color Cylindrical-coordinate representation of color #A5C2EC: hue angle of 215.49º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5C2EC is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 194 236 -
CMYK 0.30 0.18 0 0.07
HSL 215.49º 0.65% 0.79% -
HSV(B) 215.49º 0.3% 0.93% -
XYZ 49.95 52.64 86.88 -
YUV 190.12 153.89 110.08 -
System Red Green Blue C M Y K H S L
Decimal 165 194 236 0.30 0.18 0 0.07 215.49 0.65 0.79
Hex A5 C2 EC 1E 12 0 7 D7 41 4F
Octal 245 302 354 36 22 0 7 327 101 117
Binary 10100101 11000010 11101100 11110 10010 0 111 11010111 1000001 1001111

Color Harmonies of #A5C2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C2EC

Black with #A5C2EC

Text Example


Text Example

White with #A5C2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C2EC; }

 p { color: rgb(165,194,236); }

 H1.HeaderClassName
 {
   color: #A5C2EC;
 }
 .AnyTagClassName
 {
   color: #A5C2EC;
 }
</style>

background-color css

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

 a { background-color: rgb(165,194,236); }

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

border-color css

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

 span { border-color: rgb(165,194,236); }

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