Html Css Color HEX #53B4FF Maya Blue

📋 copy color: '#53B4FF'

red 83 ◦ green 180 ◦ blue 255

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

Shades of Maya Blue #53B4FF

Tints of Maya Blue #53B4FF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.75%

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

R = 16.02%
G = 34.75%
B = 49.23%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#53B4FF (or 0x53B4FF) is known color: Maya Blue. HEX triplet: 53, B4 and FF. RGB value is (83,180,255). Sum of RGB (Red+Green+Blue) = 83+180+255=518 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.02% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #53B4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53B4FF is #AC4B00. Grayscale: #9F9F9F. Windows color (decimal): -11291393 or 16757843. OLE color: 16757843.

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

Color convert

RGB 83 180 255 -
CMYK 0.67 0.29 0 0
HSL 206.16º 1% 0.66% -
HSV(B) 206.16º 0.67% 1% -
XYZ 37.94 41.7 100.66 -
YUV 159.55 181.86 73.4 -
System Red Green Blue C M Y K H S L
Decimal 83 180 255 0.67 0.29 0 0 206.16 1 0.66
Hex 53 B4 FF 43 1D 0 0 CE 64 42
Octal 123 264 377 103 35 0 0 316 144 102
Binary 1010011 10110100 11111111 1000011 11101 0 0 11001110 1100100 1000010

Color Harmonies of #53B4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B4FF

Black with #53B4FF

Text Example


Text Example

White with #53B4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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