Html Css Color HEX #82BDF3 Maya Blue

📋 copy color: '#82BDF3'

red 130 ◦ green 189 ◦ blue 243

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

Shades of Maya Blue #82BDF3

Tints of Maya Blue #82BDF3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.63%

 BLUE value IS 243 (95.31% from 255) = 43.24%

R = 23.13%
G = 33.63%
B = 43.24%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#82BDF3 (or 0x82BDF3) is known color: Maya Blue. HEX triplet: 82, BD and F3. RGB value is (130,189,243). Sum of RGB (Red+Green+Blue) = 130+189+243=562 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.13% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #82BDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BDF3 is #7D420C. Grayscale: #B1B1B1. Windows color (decimal): -8208909 or 15973762. OLE color: 15973762.

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

Color convert

RGB 130 189 243 -
CMYK 0.47 0.22 0 0.05
HSL 208.67º 0.82% 0.73% -
HSV(B) 208.67º 0.47% 0.95% -
XYZ 43.58 47.61 91.69 -
YUV 177.52 164.95 94.11 -
System Red Green Blue C M Y K H S L
Decimal 130 189 243 0.47 0.22 0 0.05 208.67 0.82 0.73
Hex 82 BD F3 2F 16 0 5 D1 52 49
Octal 202 275 363 57 26 0 5 321 122 111
Binary 10000010 10111101 11110011 101111 10110 0 101 11010001 1010010 1001001

Color Harmonies of #82BDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BDF3

Black with #82BDF3

Text Example


Text Example

White with #82BDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,189,243); }

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

background-color css

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

 a { background-color: rgb(130,189,243); }

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

border-color css

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

 span { border-color: rgb(130,189,243); }

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