Html Css Color HEX #53B6FF Maya Blue

📋 copy color: '#53B6FF'

red 83 ◦ green 182 ◦ blue 255

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

Shades of Maya Blue #53B6FF

Tints of Maya Blue #53B6FF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35%

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

R = 15.96%
G = 35%
B = 49.04%

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

#53B6FF (or 0x53B6FF) is known color: Maya Blue. HEX triplet: 53, B6 and FF. RGB value is (83,182,255). Sum of RGB (Red+Green+Blue) = 83+182+255=520 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.96% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #53B6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53B6FF is #AC4900. Grayscale: #A0A0A0. Windows color (decimal): -11290881 or 16758355. OLE color: 16758355.

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

Color convert

RGB 83 182 255 -
CMYK 0.67 0.29 0 0
HSL 205.47º 1% 0.66% -
HSV(B) 205.47º 0.67% 1% -
XYZ 38.35 42.51 100.79 -
YUV 160.72 181.2 72.56 -
System Red Green Blue C M Y K H S L
Decimal 83 182 255 0.67 0.29 0 0 205.47 1 0.66
Hex 53 B6 FF 43 1D 0 0 CD 64 42
Octal 123 266 377 103 35 0 0 315 144 102
Binary 1010011 10110110 11111111 1000011 11101 0 0 11001101 1100100 1000010

Color Harmonies of #53B6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B6FF

Black with #53B6FF

Text Example


Text Example

White with #53B6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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