Html Css Color HEX #82BBF9 Maya Blue

📋 copy color: '#82BBF9'

red 130 ◦ green 187 ◦ blue 249

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

Shades of Maya Blue #82BBF9

Tints of Maya Blue #82BBF9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.04%

 BLUE value IS 249 (97.66% from 255) = 43.99%

R = 22.97%
G = 33.04%
B = 43.99%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#82BBF9 (or 0x82BBF9) is known color: Maya Blue. HEX triplet: 82, BB and F9. RGB value is (130,187,249). Sum of RGB (Red+Green+Blue) = 130+187+249=566 (74% of max value = 765). Red value is 130 (51.17% from 255 or 22.97% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #82BBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BBF9 is #7D4406. Grayscale: #B0B0B0. Windows color (decimal): -8209415 or 16366466. OLE color: 16366466.

HSL color Cylindrical-coordinate representation of color #82BBF9: hue angle of 211.26º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82BBF9 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 187 249 -
CMYK 0.48 0.25 0 0.02
HSL 211.26º 0.91% 0.74% -
HSV(B) 211.26º 0.48% 0.98% -
XYZ 44.08 47.13 96.4 -
YUV 177.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 130 187 249 0.48 0.25 0 0.02 211.26 0.91 0.74
Hex 82 BB F9 30 19 0 2 D3 5B 4A
Octal 202 273 371 60 31 0 2 323 133 112
Binary 10000010 10111011 11111001 110000 11001 0 10 11010011 1011011 1001010

Color Harmonies of #82BBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BBF9

Black with #82BBF9

Text Example


Text Example

White with #82BBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,187,249); }

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

background-color css

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

 a { background-color: rgb(130,187,249); }

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

border-color css

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

 span { border-color: rgb(130,187,249); }

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