Html Css Color HEX #82BDF6 Maya Blue

📋 copy color: '#82BDF6'

red 130 ◦ green 189 ◦ blue 246

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

Shades of Maya Blue #82BDF6

Tints of Maya Blue #82BDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.54%

R = 23.01%
G = 33.45%
B = 43.54%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#82BDF6 (or 0x82BDF6) is known color: Maya Blue. HEX triplet: 82, BD and F6. RGB value is (130,189,246). Sum of RGB (Red+Green+Blue) = 130+189+246=565 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.01% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #82BDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BDF6 is #7D4209. Grayscale: #B1B1B1. Windows color (decimal): -8208906 or 16170370. OLE color: 16170370.

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

Color convert

RGB 130 189 246 -
CMYK 0.47 0.23 0 0.04
HSL 209.48º 0.87% 0.74% -
HSV(B) 209.48º 0.47% 0.96% -
XYZ 44.04 47.79 94.09 -
YUV 177.86 166.45 93.87 -
System Red Green Blue C M Y K H S L
Decimal 130 189 246 0.47 0.23 0 0.04 209.48 0.87 0.74
Hex 82 BD F6 2F 17 0 4 D1 57 4A
Octal 202 275 366 57 27 0 4 321 127 112
Binary 10000010 10111101 11110110 101111 10111 0 100 11010001 1010111 1001010

Color Harmonies of #82BDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BDF6

Black with #82BDF6

Text Example


Text Example

White with #82BDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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