Html Css Color HEX #83BBFE Maya Blue

📋 copy color: '#83BBFE'

red 131 ◦ green 187 ◦ blue 254

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

Shades of Maya Blue #83BBFE

Tints of Maya Blue #83BBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.41%

R = 22.9%
G = 32.69%
B = 44.41%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#83BBFE (or 0x83BBFE) is known color: Maya Blue. HEX triplet: 83, BB and FE. RGB value is (131,187,254). Sum of RGB (Red+Green+Blue) = 131+187+254=572 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.90% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #83BBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BBFE is #7C4401. Grayscale: #B1B1B1. Windows color (decimal): -8143874 or 16694147. OLE color: 16694147.

HSL color Cylindrical-coordinate representation of color #83BBFE: hue angle of 212.68º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83BBFE is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 187 254 -
CMYK 0.48 0.26 0 0.00
HSL 212.68º 0.98% 0.75% -
HSV(B) 212.68º 0.48% 1% -
XYZ 45.02 47.52 100.57 -
YUV 177.89 170.95 94.55 -
System Red Green Blue C M Y K H S L
Decimal 131 187 254 0.48 0.26 0 0.00 212.68 0.98 0.75
Hex 83 BB FE 30 1A 0 0 D5 62 4B
Octal 203 273 376 60 32 0 0 325 142 113
Binary 10000011 10111011 11111110 110000 11010 0 0 11010101 1100010 1001011

Color Harmonies of #83BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BBFE

Black with #83BBFE

Text Example


Text Example

White with #83BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,187,254); }

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

background-color css

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

 a { background-color: rgb(131,187,254); }

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

border-color css

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

 span { border-color: rgb(131,187,254); }

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