Html Css Color HEX #83C0FD Maya Blue

📋 copy color: '#83C0FD'

red 131 ◦ green 192 ◦ blue 253

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

Shades of Maya Blue #83C0FD

Tints of Maya Blue #83C0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.92%

R = 22.74%
G = 33.33%
B = 43.92%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#83C0FD (or 0x83C0FD) is known color: Maya Blue. HEX triplet: 83, C0 and FD. RGB value is (131,192,253). Sum of RGB (Red+Green+Blue) = 131+192+253=576 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.74% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #83C0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C0FD is #7C3F02. Grayscale: #B4B4B4. Windows color (decimal): -8142595 or 16629891. OLE color: 16629891.

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

Color convert

RGB 131 192 253 -
CMYK 0.48 0.24 0 0.01
HSL 210º 0.97% 0.75% -
HSV(B) 210º 0.48% 0.99% -
XYZ 45.94 49.62 100.08 -
YUV 180.72 168.79 92.54 -
System Red Green Blue C M Y K H S L
Decimal 131 192 253 0.48 0.24 0 0.01 210 0.97 0.75
Hex 83 C0 FD 30 18 0 1 D2 61 4B
Octal 203 300 375 60 30 0 1 322 141 113
Binary 10000011 11000000 11111101 110000 11000 0 1 11010010 1100001 1001011

Color Harmonies of #83C0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C0FD

Black with #83C0FD

Text Example


Text Example

White with #83C0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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