Html Css Color HEX #82BDF1 Maya Blue

📋 copy color: '#82BDF1'

red 130 ◦ green 189 ◦ blue 241

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

Shades of Maya Blue #82BDF1

Tints of Maya Blue #82BDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.04%

R = 23.21%
G = 33.75%
B = 43.04%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#82BDF1 (or 0x82BDF1) is known color: Maya Blue. HEX triplet: 82, BD and F1. RGB value is (130,189,241). Sum of RGB (Red+Green+Blue) = 130+189+241=560 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.21% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #82BDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BDF1 is #7D420E. Grayscale: #B1B1B1. Windows color (decimal): -8208911 or 15842690. OLE color: 15842690.

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

Color convert

RGB 130 189 241 -
CMYK 0.46 0.22 0 0.05
HSL 208.11º 0.8% 0.73% -
HSV(B) 208.11º 0.46% 0.95% -
XYZ 43.28 47.49 90.1 -
YUV 177.29 163.95 94.27 -
System Red Green Blue C M Y K H S L
Decimal 130 189 241 0.46 0.22 0 0.05 208.11 0.8 0.73
Hex 82 BD F1 2E 16 0 5 D0 50 49
Octal 202 275 361 56 26 0 5 320 120 111
Binary 10000010 10111101 11110001 101110 10110 0 101 11010000 1010000 1001001

Color Harmonies of #82BDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BDF1

Black with #82BDF1

Text Example


Text Example

White with #82BDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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