Html Css Color HEX #83C0FE Maya Blue

📋 copy color: '#83C0FE'

red 131 ◦ green 192 ◦ blue 254

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

Shades of Maya Blue #83C0FE

Tints of Maya Blue #83C0FE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.28%

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

R = 22.7%
G = 33.28%
B = 44.02%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#83C0FE (or 0x83C0FE) is known color: Maya Blue. HEX triplet: 83, C0 and FE. RGB value is (131,192,254). Sum of RGB (Red+Green+Blue) = 131+192+254=577 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.70% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #83C0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C0FE is #7C3F01. Grayscale: #B4B4B4. Windows color (decimal): -8142594 or 16695427. OLE color: 16695427.

HSL color Cylindrical-coordinate representation of color #83C0FE: hue angle of 210.24º 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 #83C0FE is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 192 254 -
CMYK 0.48 0.24 0 0.00
HSL 210.24º 0.98% 0.75% -
HSV(B) 210.24º 0.48% 1% -
XYZ 46.1 49.68 100.93 -
YUV 180.83 169.29 92.46 -
System Red Green Blue C M Y K H S L
Decimal 131 192 254 0.48 0.24 0 0.00 210.24 0.98 0.75
Hex 83 C0 FE 30 18 0 0 D2 62 4B
Octal 203 300 376 60 30 0 0 322 142 113
Binary 10000011 11000000 11111110 110000 11000 0 0 11010010 1100010 1001011

Color Harmonies of #83C0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C0FE

Black with #83C0FE

Text Example


Text Example

White with #83C0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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