Html Css Color HEX #83BCFC Maya Blue

📋 copy color: '#83BCFC'

red 131 ◦ green 188 ◦ blue 252

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

Shades of Maya Blue #83BCFC

Tints of Maya Blue #83BCFC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.92%

 BLUE value IS 252 (98.83% from 255) = 44.13%

R = 22.94%
G = 32.92%
B = 44.13%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#83BCFC (or 0x83BCFC) is known color: Maya Blue. HEX triplet: 83, BC and FC. RGB value is (131,188,252). Sum of RGB (Red+Green+Blue) = 131+188+252=571 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.94% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #83BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BCFC is #7C4303. Grayscale: #B1B1B1. Windows color (decimal): -8143620 or 16563331. OLE color: 16563331.

HSL color Cylindrical-coordinate representation of color #83BCFC: hue angle of 211.74º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83BCFC is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 188 252 -
CMYK 0.48 0.25 0 0.01
HSL 211.74º 0.95% 0.75% -
HSV(B) 211.74º 0.48% 0.99% -
XYZ 44.91 47.82 98.96 -
YUV 178.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 131 188 252 0.48 0.25 0 0.01 211.74 0.95 0.75
Hex 83 BC FC 30 19 0 1 D4 5F 4B
Octal 203 274 374 60 31 0 1 324 137 113
Binary 10000011 10111100 11111100 110000 11001 0 1 11010100 1011111 1001011

Color Harmonies of #83BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BCFC

Black with #83BCFC

Text Example


Text Example

White with #83BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,188,252); }

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

background-color css

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

 a { background-color: rgb(131,188,252); }

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

border-color css

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

 span { border-color: rgb(131,188,252); }

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