Html Css Color HEX #53C9FD Maya Blue

📋 copy color: '#53C9FD'

red 83 ◦ green 201 ◦ blue 253

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

Shades of Maya Blue #53C9FD

Tints of Maya Blue #53C9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.11%

R = 15.46%
G = 37.43%
B = 47.11%

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

#53C9FD (or 0x53C9FD) is known color: Maya Blue. HEX triplet: 53, C9 and FD. RGB value is (83,201,253). Sum of RGB (Red+Green+Blue) = 83+201+253=537 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.46% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #53C9FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C9FD is #AC3602. Grayscale: #ABABAB. Windows color (decimal): -11286019 or 16632147. OLE color: 16632147.

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

Color convert

RGB 83 201 253 -
CMYK 0.67 0.21 0 0.01
HSL 198.35º 0.98% 0.66% -
HSV(B) 198.35º 0.67% 0.99% -
XYZ 42.18 50.7 100.49 -
YUV 171.65 173.91 64.77 -
System Red Green Blue C M Y K H S L
Decimal 83 201 253 0.67 0.21 0 0.01 198.35 0.98 0.66
Hex 53 C9 FD 43 15 0 1 C6 62 42
Octal 123 311 375 103 25 0 1 306 142 102
Binary 1010011 11001001 11111101 1000011 10101 0 1 11000110 1100010 1000010

Color Harmonies of #53C9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C9FD

Black with #53C9FD

Text Example


Text Example

White with #53C9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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