#53CBFC

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

Shades of Maya Blue #53CBFC

Tints of Maya Blue #53CBFC

Color information

#53CBFC (or 0x53CBFC) is unknown color: approx Maya Blue. HEX triplet: 53, CB and FC. RGB value is (83,203,252). Sum of RGB (Red+Green+Blue) = 83+203+252=538 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.43% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #53CBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CBFC is #AC3403. Grayscale: #ACACAC. Windows color (decimal): -11285508 or 16567123. OLE color: 16567123.

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

Color convert

RGB83203252-
CMYK0.670.1900.01
HSL197.4º96.57%65.69%-
HSV(B)197.4º67.06%98.82%-
XYZ42.4951.5899.81-
YUV172.71172.7464.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.43%
GREEN value IS 203 (79.69% from 255) = 37.73%
BLUE value IS 252 (98.83% from 255) = 46.84%
R=15.43%
G=37.73%
B=46.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal832032520.670.1900.01197.496.5765.69
Hex53CBFC431301c56142
Octal1233133741032301305141102
Binary10100111100101111111100100001110011011100010111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,203,252); }

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

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

 a { background-color: rgb(83,203,252); }

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

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

 span { border-color: rgb(83,203,252); }

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