Html Css Color HEX #83BAF0 Maya Blue

📋 copy color: '#83BAF0'

red 131 ◦ green 186 ◦ blue 240

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

Shades of Maya Blue #83BAF0

Tints of Maya Blue #83BAF0

RGB

 RED value IS 131 (51.56% from 255) = 23.52%

 GREEN value IS 186 (73.05% from 255) = 33.39%

 BLUE value IS 240 (94.14% from 255) = 43.09%

R = 23.52%
G = 33.39%
B = 43.09%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#83BAF0 (or 0x83BAF0) is known color: Maya Blue. HEX triplet: 83, BA and F0. RGB value is (131,186,240). Sum of RGB (Red+Green+Blue) = 131+186+240=557 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.52% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #83BAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BAF0 is #7C450F. Grayscale: #AFAFAF. Windows color (decimal): -8144144 or 15776387. OLE color: 15776387.

HSL color Cylindrical-coordinate representation of color #83BAF0: hue angle of 209.72º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83BAF0 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 186 240 -
CMYK 0.45 0.22 0 0.06
HSL 209.72º 0.78% 0.73% -
HSV(B) 209.72º 0.45% 0.94% -
XYZ 42.65 46.23 89.11 -
YUV 175.71 164.28 96.11 -
System Red Green Blue C M Y K H S L
Decimal 131 186 240 0.45 0.22 0 0.06 209.72 0.78 0.73
Hex 83 BA F0 2D 16 0 6 D2 4E 49
Octal 203 272 360 55 26 0 6 322 116 111
Binary 10000011 10111010 11110000 101101 10110 0 110 11010010 1001110 1001001

Color Harmonies of #83BAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BAF0

Black with #83BAF0

Text Example


Text Example

White with #83BAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83BAF0; }

 p { color: rgb(131,186,240); }

 H1.HeaderClassName
 {
   color: #83BAF0;
 }
 .AnyTagClassName
 {
   color: #83BAF0;
 }
</style>

background-color css

<style>
 a { background-color: #83BAF0; }

 a { background-color: rgb(131,186,240); }

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

border-color css

<style>
 span { border-color: #83BAF0; }

 span { border-color: rgb(131,186,240); }

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