#53B3FE

Color #53B3FE Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #53B3FE

Tints of Maya Blue #53B3FE

Color information

#53B3FE (or 0x53B3FE) is unknown color: approx Maya Blue. HEX triplet: 53, B3 and FE. RGB value is (83,179,254). Sum of RGB (Red+Green+Blue) = 83+179+254=516 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.09% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #53B3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53B3FE is #AC4C01. Grayscale: #9E9E9E. Windows color (decimal): -11291650 or 16692051. OLE color: 16692051.

HSL color Cylindrical-coordinate representation of color #53B3FE: hue angle of 206.32º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53B3FE is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB83179254-
CMYK0.670.3000.00
HSL206.32º98.84%66.08%-
HSV(B)206.32º67.32%99.61%-
XYZ37.5841.2399.74-
YUV158.85181.773.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.09%
GREEN value IS 179 (70.31% from 255) = 34.69%
BLUE value IS 254 (99.61% from 255) = 49.22%
R=16.09%
G=34.69%
B=49.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal831792540.670.3000.00206.3298.8466.08
Hex53B3FE431E00ce6342
Octal1232633761033600316143102
Binary10100111011001111111110100001111110001100111011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53B3FE; }

 p { color: rgb(83,179,254); }

 H1.HeaderClassName
 {
   color: #53B3FE;
 }
 .AnyTagClassName
 {
   color: #53B3FE;
 }
</style>
background-color css

<style>
 a { background-color: #53B3FE; }

 a { background-color: rgb(83,179,254); }

 div.DivClassName
 {
   background-color: #53B3FE;
 }
 .BgClassName
 {
   background-color: #53B3FE;
 }
</style>
border-color css

<style>
 span { border-color: #53B3FE; }

 span { border-color: rgb(83,179,254); }

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