Html Css Color HEX #53C7FC Maya Blue

📋 copy color: '#53C7FC'

red 83 ◦ green 199 ◦ blue 252

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

Shades of Maya Blue #53C7FC

Tints of Maya Blue #53C7FC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.27%

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

R = 15.54%
G = 37.27%
B = 47.19%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#53C7FC (or 0x53C7FC) is known color: Maya Blue. HEX triplet: 53, C7 and FC. RGB value is (83,199,252). Sum of RGB (Red+Green+Blue) = 83+199+252=534 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.54% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #53C7FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C7FC is #AC3803. Grayscale: #AAAAAA. Windows color (decimal): -11286532 or 16566099. OLE color: 16566099.

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

Color convert

RGB 83 199 252 -
CMYK 0.67 0.21 0 0.01
HSL 198.82º 0.97% 0.66% -
HSV(B) 198.82º 0.67% 0.99% -
XYZ 41.56 49.71 99.5 -
YUV 170.36 174.07 65.69 -
System Red Green Blue C M Y K H S L
Decimal 83 199 252 0.67 0.21 0 0.01 198.82 0.97 0.66
Hex 53 C7 FC 43 15 0 1 C7 61 42
Octal 123 307 374 103 25 0 1 307 141 102
Binary 1010011 11000111 11111100 1000011 10101 0 1 11000111 1100001 1000010

Color Harmonies of #53C7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C7FC

Black with #53C7FC

Text Example


Text Example

White with #53C7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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