Html Css Color HEX #53C1FC Maya Blue

📋 copy color: '#53C1FC'

red 83 ◦ green 193 ◦ blue 252

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

Shades of Maya Blue #53C1FC

Tints of Maya Blue #53C1FC

RGB

 RED value IS 83 (32.81% from 255) = 15.72%

 GREEN value IS 193 (75.78% from 255) = 36.55%

 BLUE value IS 252 (98.83% from 255) = 47.73%

R = 15.72%
G = 36.55%
B = 47.73%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#53C1FC (or 0x53C1FC) is known color: Maya Blue. HEX triplet: 53, C1 and FC. RGB value is (83,193,252). Sum of RGB (Red+Green+Blue) = 83+193+252=528 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.72% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #53C1FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C1FC is #AC3E03. Grayscale: #A6A6A6. Windows color (decimal): -11288068 or 16564563. OLE color: 16564563.

HSL color Cylindrical-coordinate representation of color #53C1FC: hue angle of 200.95º 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 #53C1FC is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 193 252 -
CMYK 0.67 0.23 0 0.01
HSL 200.95º 0.97% 0.66% -
HSV(B) 200.95º 0.67% 0.99% -
XYZ 40.21 47.01 99.05 -
YUV 166.84 176.06 68.2 -
System Red Green Blue C M Y K H S L
Decimal 83 193 252 0.67 0.23 0 0.01 200.95 0.97 0.66
Hex 53 C1 FC 43 17 0 1 C9 61 42
Octal 123 301 374 103 27 0 1 311 141 102
Binary 1010011 11000001 11111100 1000011 10111 0 1 11001001 1100001 1000010

Color Harmonies of #53C1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C1FC

Black with #53C1FC

Text Example


Text Example

White with #53C1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53C1FC;
 }
 .AnyTagClassName
 {
   color: #53C1FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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