Html Css Color HEX #A2BEED Tropical Blue

📋 copy color: '#A2BEED'

red 162 ◦ green 190 ◦ blue 237

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

Shades of Tropical Blue #A2BEED

Tints of Tropical Blue #A2BEED

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.26%

 BLUE value IS 237 (92.97% from 255) = 40.24%

R = 27.5%
G = 32.26%
B = 40.24%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A2BEED (or 0xA2BEED) is known color: Tropical Blue. HEX triplet: A2, BE and ED. RGB value is (162,190,237). Sum of RGB (Red+Green+Blue) = 162+190+237=589 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.50% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2BEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BEED is #5D4112. Grayscale: #BABABA. Windows color (decimal): -6111507 or 15580834. OLE color: 15580834.

HSL color Cylindrical-coordinate representation of color #A2BEED: hue angle of 217.6º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2BEED is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 190 237 -
CMYK 0.32 0.20 0 0.07
HSL 217.6º 0.68% 0.78% -
HSV(B) 217.6º 0.32% 0.93% -
XYZ 48.6 50.62 87.33 -
YUV 186.99 156.22 110.18 -
System Red Green Blue C M Y K H S L
Decimal 162 190 237 0.32 0.20 0 0.07 217.6 0.68 0.78
Hex A2 BE ED 20 14 0 7 DA 44 4E
Octal 242 276 355 40 24 0 7 332 104 116
Binary 10100010 10111110 11101101 100000 10100 0 111 11011010 1000100 1001110

Color Harmonies of #A2BEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BEED

Black with #A2BEED

Text Example


Text Example

White with #A2BEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BEED; }

 p { color: rgb(162,190,237); }

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

background-color css

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

 a { background-color: rgb(162,190,237); }

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

border-color css

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

 span { border-color: rgb(162,190,237); }

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