Html Css Color HEX #A2C0EB Tropical Blue

📋 copy color: '#A2C0EB'

red 162 ◦ green 192 ◦ blue 235

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

Shades of Tropical Blue #A2C0EB

Tints of Tropical Blue #A2C0EB

RGB

 RED value IS 162 (63.67% from 255) = 27.5%

 GREEN value IS 192 (75.39% from 255) = 32.6%

 BLUE value IS 235 (92.19% from 255) = 39.9%

R = 27.5%
G = 32.6%
B = 39.9%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A2C0EB (or 0xA2C0EB) is known color: Tropical Blue. HEX triplet: A2, C0 and EB. RGB value is (162,192,235). Sum of RGB (Red+Green+Blue) = 162+192+235=589 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.50% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2C0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C0EB is #5D3F14. Grayscale: #BBBBBB. Windows color (decimal): -6110997 or 15450274. OLE color: 15450274.

HSL color Cylindrical-coordinate representation of color #A2C0EB: hue angle of 215.34º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2C0EB is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 192 235 -
CMYK 0.31 0.18 0 0.08
HSL 215.34º 0.65% 0.78% -
HSV(B) 215.34º 0.31% 0.92% -
XYZ 48.75 51.38 85.95 -
YUV 187.93 154.56 109.5 -
System Red Green Blue C M Y K H S L
Decimal 162 192 235 0.31 0.18 0 0.08 215.34 0.65 0.78
Hex A2 C0 EB 1F 12 0 8 D7 41 4E
Octal 242 300 353 37 22 0 10 327 101 116
Binary 10100010 11000000 11101011 11111 10010 0 1000 11010111 1000001 1001110

Color Harmonies of #A2C0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C0EB

Black with #A2C0EB

Text Example


Text Example

White with #A2C0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C0EB; }

 p { color: rgb(162,192,235); }

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

background-color css

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

 a { background-color: rgb(162,192,235); }

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

border-color css

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

 span { border-color: rgb(162,192,235); }

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