Html Css Color HEX #53B2FF Maya Blue

📋 copy color: '#53B2FF'

red 83 ◦ green 178 ◦ blue 255

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

Shades of Maya Blue #53B2FF

Tints of Maya Blue #53B2FF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.5%

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

R = 16.09%
G = 34.5%
B = 49.42%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#53B2FF (or 0x53B2FF) is known color: Maya Blue. HEX triplet: 53, B2 and FF. RGB value is (83,178,255). Sum of RGB (Red+Green+Blue) = 83+178+255=516 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.09% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #53B2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53B2FF is #AC4D00. Grayscale: #9D9D9D. Windows color (decimal): -11291905 or 16757331. OLE color: 16757331.

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

Color convert

RGB 83 178 255 -
CMYK 0.67 0.30 0 0
HSL 206.86º 1% 0.66% -
HSV(B) 206.86º 0.67% 1% -
XYZ 37.54 40.9 100.52 -
YUV 158.37 182.53 74.24 -
System Red Green Blue C M Y K H S L
Decimal 83 178 255 0.67 0.30 0 0 206.86 1 0.66
Hex 53 B2 FF 43 1E 0 0 CF 64 42
Octal 123 262 377 103 36 0 0 317 144 102
Binary 1010011 10110010 11111111 1000011 11110 0 0 11001111 1100100 1000010

Color Harmonies of #53B2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B2FF

Black with #53B2FF

Text Example


Text Example

White with #53B2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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