Html Css Color HEX #A2C2EB Tropical Blue

📋 copy color: '#A2C2EB'

red 162 ◦ green 194 ◦ blue 235

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

Shades of Tropical Blue #A2C2EB

Tints of Tropical Blue #A2C2EB

RGB

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

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

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

R = 27.41%
G = 32.83%
B = 39.76%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A2C2EB (or 0xA2C2EB) is known color: Tropical Blue. HEX triplet: A2, C2 and EB. RGB value is (162,194,235). Sum of RGB (Red+Green+Blue) = 162+194+235=591 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.41% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2C2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C2EB is #5D3D14. Grayscale: #BCBCBC. Windows color (decimal): -6110485 or 15450786. OLE color: 15450786.

HSL color Cylindrical-coordinate representation of color #A2C2EB: hue angle of 213.7º 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 #A2C2EB is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 194 235 -
CMYK 0.31 0.17 0 0.08
HSL 213.7º 0.65% 0.78% -
HSV(B) 213.7º 0.31% 0.92% -
XYZ 49.19 52.26 86.09 -
YUV 189.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 162 194 235 0.31 0.17 0 0.08 213.7 0.65 0.78
Hex A2 C2 EB 1F 11 0 8 D6 41 4E
Octal 242 302 353 37 21 0 10 326 101 116
Binary 10100010 11000010 11101011 11111 10001 0 1000 11010110 1000001 1001110

Color Harmonies of #A2C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C2EB

Black with #A2C2EB

Text Example


Text Example

White with #A2C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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