Html Css Color HEX #53C5FF Maya Blue

📋 copy color: '#53C5FF'

red 83 ◦ green 197 ◦ blue 255

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

Shades of Maya Blue #53C5FF

Tints of Maya Blue #53C5FF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.82%

 BLUE value IS 255 (100% from 255) = 47.66%

R = 15.51%
G = 36.82%
B = 47.66%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#53C5FF (or 0x53C5FF) is known color: Maya Blue. HEX triplet: 53, C5 and FF. RGB value is (83,197,255). Sum of RGB (Red+Green+Blue) = 83+197+255=535 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.51% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #53C5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C5FF is #AC3A00. Grayscale: #A9A9A9. Windows color (decimal): -11287041 or 16762195. OLE color: 16762195.

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

Color convert

RGB 83 197 255 -
CMYK 0.67 0.23 0 0
HSL 200.23º 1% 0.66% -
HSV(B) 200.23º 0.67% 1% -
XYZ 41.58 48.99 101.87 -
YUV 169.53 176.23 66.28 -
System Red Green Blue C M Y K H S L
Decimal 83 197 255 0.67 0.23 0 0 200.23 1 0.66
Hex 53 C5 FF 43 17 0 0 C8 64 42
Octal 123 305 377 103 27 0 0 310 144 102
Binary 1010011 11000101 11111111 1000011 10111 0 0 11001000 1100100 1000010

Color Harmonies of #53C5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C5FF

Black with #53C5FF

Text Example


Text Example

White with #53C5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,197,255); }

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

background-color css

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

 a { background-color: rgb(83,197,255); }

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

border-color css

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

 span { border-color: rgb(83,197,255); }

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