Html Css Color HEX #53C9FA Maya Blue

📋 copy color: '#53C9FA'

red 83 ◦ green 201 ◦ blue 250

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

Shades of Maya Blue #53C9FA

Tints of Maya Blue #53C9FA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.64%

 BLUE value IS 250 (98.05% from 255) = 46.82%

R = 15.54%
G = 37.64%
B = 46.82%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#53C9FA (or 0x53C9FA) is known color: Maya Blue. HEX triplet: 53, C9 and FA. RGB value is (83,201,250). Sum of RGB (Red+Green+Blue) = 83+201+250=534 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.54% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #53C9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C9FA is #AC3605. Grayscale: #AAAAAA. Windows color (decimal): -11286022 or 16435539. OLE color: 16435539.

HSL color Cylindrical-coordinate representation of color #53C9FA: hue angle of 197.6º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53C9FA is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 201 250 -
CMYK 0.67 0.20 0 0.02
HSL 197.6º 0.94% 0.65% -
HSV(B) 197.6º 0.67% 0.98% -
XYZ 41.71 50.51 97.99 -
YUV 171.3 172.41 65.02 -
System Red Green Blue C M Y K H S L
Decimal 83 201 250 0.67 0.20 0 0.02 197.6 0.94 0.65
Hex 53 C9 FA 43 14 0 2 C6 5E 41
Octal 123 311 372 103 24 0 2 306 136 101
Binary 1010011 11001001 11111010 1000011 10100 0 10 11000110 1011110 1000001

Color Harmonies of #53C9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C9FA

Black with #53C9FA

Text Example


Text Example

White with #53C9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,201,250); }

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

background-color css

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

 a { background-color: rgb(83,201,250); }

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

border-color css

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

 span { border-color: rgb(83,201,250); }

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