Html Css Color HEX #82B8F7 Maya Blue

📋 copy color: '#82B8F7'

red 130 ◦ green 184 ◦ blue 247

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

Shades of Maya Blue #82B8F7

Tints of Maya Blue #82B8F7

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.8%

 BLUE value IS 247 (96.88% from 255) = 44.03%

R = 23.17%
G = 32.8%
B = 44.03%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#82B8F7 (or 0x82B8F7) is known color: Maya Blue. HEX triplet: 82, B8 and F7. RGB value is (130,184,247). Sum of RGB (Red+Green+Blue) = 130+184+247=561 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.17% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 247 (96.88% from 255 or 44.03% from 561); Max value from RGB is 247 - color contains mainly: blue. Hex color #82B8F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82B8F7 is #7D4708. Grayscale: #AEAEAE. Windows color (decimal): -8210185 or 16234626. OLE color: 16234626.

HSL color Cylindrical-coordinate representation of color #82B8F7: hue angle of 212.31º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82B8F7 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 130 184 247 -
CMYK 0.47 0.26 0 0.03
HSL 212.31º 0.88% 0.74% -
HSV(B) 212.31º 0.47% 0.97% -
XYZ 43.13 45.74 94.55 -
YUV 175.04 168.61 95.88 -
System Red Green Blue C M Y K H S L
Decimal 130 184 247 0.47 0.26 0 0.03 212.31 0.88 0.74
Hex 82 B8 F7 2F 1A 0 3 D4 58 4A
Octal 202 270 367 57 32 0 3 324 130 112
Binary 10000010 10111000 11110111 101111 11010 0 11 11010100 1011000 1001010

Color Harmonies of #82B8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B8F7

Black with #82B8F7

Text Example


Text Example

White with #82B8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,184,247); }

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

background-color css

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

 a { background-color: rgb(130,184,247); }

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

border-color css

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

 span { border-color: rgb(130,184,247); }

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