Html Css Color HEX #82BEF4 Maya Blue

📋 copy color: '#82BEF4'

red 130 ◦ green 190 ◦ blue 244

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

Shades of Maya Blue #82BEF4

Tints of Maya Blue #82BEF4

RGB

 RED value IS 130 (51.17% from 255) = 23.05%

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

 BLUE value IS 244 (95.7% from 255) = 43.26%

R = 23.05%
G = 33.69%
B = 43.26%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#82BEF4 (or 0x82BEF4) is known color: Maya Blue. HEX triplet: 82, BE and F4. RGB value is (130,190,244). Sum of RGB (Red+Green+Blue) = 130+190+244=564 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.05% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 244 (95.70% from 255 or 43.26% from 564); Max value from RGB is 244 - color contains mainly: blue. Hex color #82BEF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BEF4 is #7D410B. Grayscale: #B1B1B1. Windows color (decimal): -8208652 or 16039554. OLE color: 16039554.

HSL color Cylindrical-coordinate representation of color #82BEF4: hue angle of 208.42º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82BEF4 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 130 190 244 -
CMYK 0.47 0.22 0 0.04
HSL 208.42º 0.84% 0.73% -
HSV(B) 208.42º 0.47% 0.96% -
XYZ 43.95 48.1 92.56 -
YUV 178.22 165.12 93.61 -
System Red Green Blue C M Y K H S L
Decimal 130 190 244 0.47 0.22 0 0.04 208.42 0.84 0.73
Hex 82 BE F4 2F 16 0 4 D0 54 49
Octal 202 276 364 57 26 0 4 320 124 111
Binary 10000010 10111110 11110100 101111 10110 0 100 11010000 1010100 1001001

Color Harmonies of #82BEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BEF4

Black with #82BEF4

Text Example


Text Example

White with #82BEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82BEF4; }

 p { color: rgb(130,190,244); }

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

background-color css

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

 a { background-color: rgb(130,190,244); }

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

border-color css

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

 span { border-color: rgb(130,190,244); }

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