Html Css Color HEX #83BDEF Maya Blue

📋 copy color: '#83BDEF'

red 131 ◦ green 189 ◦ blue 239

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

Shades of Maya Blue #83BDEF

Tints of Maya Blue #83BDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.75%

R = 23.43%
G = 33.81%
B = 42.75%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#83BDEF (or 0x83BDEF) is known color: Maya Blue. HEX triplet: 83, BD and EF. RGB value is (131,189,239). Sum of RGB (Red+Green+Blue) = 131+189+239=559 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.43% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #83BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BDEF is #7C4210. Grayscale: #B1B1B1. Windows color (decimal): -8143377 or 15711619. OLE color: 15711619.

HSL color Cylindrical-coordinate representation of color #83BDEF: hue angle of 207.78º degrees, saturation: 0.77, 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 #83BDEF is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 189 239 -
CMYK 0.45 0.21 0 0.06
HSL 207.78º 0.77% 0.73% -
HSV(B) 207.78º 0.45% 0.94% -
XYZ 43.14 47.45 88.55 -
YUV 177.36 162.78 94.93 -
System Red Green Blue C M Y K H S L
Decimal 131 189 239 0.45 0.21 0 0.06 207.78 0.77 0.73
Hex 83 BD EF 2D 15 0 6 D0 4D 49
Octal 203 275 357 55 25 0 6 320 115 111
Binary 10000011 10111101 11101111 101101 10101 0 110 11010000 1001101 1001001

Color Harmonies of #83BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BDEF

Black with #83BDEF

Text Example


Text Example

White with #83BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,189,239); }

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

background-color css

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

 a { background-color: rgb(131,189,239); }

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

border-color css

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

 span { border-color: rgb(131,189,239); }

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