Html Css Color HEX #83BCFF Maya Blue

📋 copy color: '#83BCFF'

red 131 ◦ green 188 ◦ blue 255

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

Shades of Maya Blue #83BCFF

Tints of Maya Blue #83BCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.43%

R = 22.82%
G = 32.75%
B = 44.43%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#83BCFF (or 0x83BCFF) is known color: Maya Blue. HEX triplet: 83, BC and FF. RGB value is (131,188,255). Sum of RGB (Red+Green+Blue) = 131+188+255=574 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.82% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #83BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BCFF is #7C4300. Grayscale: #B2B2B2. Windows color (decimal): -8143617 or 16759939. OLE color: 16759939.

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

Color convert

RGB 131 188 255 -
CMYK 0.49 0.26 0 0
HSL 212.42º 1% 0.76% -
HSV(B) 212.42º 0.49% 1% -
XYZ 45.39 48.01 101.48 -
YUV 178.6 171.12 94.05 -
System Red Green Blue C M Y K H S L
Decimal 131 188 255 0.49 0.26 0 0 212.42 1 0.76
Hex 83 BC FF 31 1A 0 0 D4 64 4C
Octal 203 274 377 61 32 0 0 324 144 114
Binary 10000011 10111100 11111111 110001 11010 0 0 11010100 1100100 1001100

Color Harmonies of #83BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BCFF

Black with #83BCFF

Text Example


Text Example

White with #83BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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