Html Css Color HEX #82BBF2 Maya Blue

📋 copy color: '#82BBF2'

red 130 ◦ green 187 ◦ blue 242

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

Shades of Maya Blue #82BBF2

Tints of Maya Blue #82BBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.29%

R = 23.26%
G = 33.45%
B = 43.29%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#82BBF2 (or 0x82BBF2) is known color: Maya Blue. HEX triplet: 82, BB and F2. RGB value is (130,187,242). Sum of RGB (Red+Green+Blue) = 130+187+242=559 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.26% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #82BBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BBF2 is #7D440D. Grayscale: #AFAFAF. Windows color (decimal): -8209422 or 15907714. OLE color: 15907714.

HSL color Cylindrical-coordinate representation of color #82BBF2: hue angle of 209.46º degrees, saturation: 0.81, 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 #82BBF2 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 187 242 -
CMYK 0.46 0.23 0 0.05
HSL 209.46º 0.81% 0.73% -
HSV(B) 209.46º 0.46% 0.95% -
XYZ 43 46.7 90.75 -
YUV 176.23 165.12 95.03 -
System Red Green Blue C M Y K H S L
Decimal 130 187 242 0.46 0.23 0 0.05 209.46 0.81 0.73
Hex 82 BB F2 2E 17 0 5 D1 51 49
Octal 202 273 362 56 27 0 5 321 121 111
Binary 10000010 10111011 11110010 101110 10111 0 101 11010001 1010001 1001001

Color Harmonies of #82BBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BBF2

Black with #82BBF2

Text Example


Text Example

White with #82BBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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