Html Css Color HEX #53B3FF Maya Blue

📋 copy color: '#53B3FF'

red 83 ◦ green 179 ◦ blue 255

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

Shades of Maya Blue #53B3FF

Tints of Maya Blue #53B3FF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.62%

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

R = 16.05%
G = 34.62%
B = 49.32%

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

#53B3FF (or 0x53B3FF) is known color: Maya Blue. HEX triplet: 53, B3 and FF. RGB value is (83,179,255). Sum of RGB (Red+Green+Blue) = 83+179+255=517 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.05% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #53B3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53B3FF is #AC4C00. Grayscale: #9E9E9E. Windows color (decimal): -11291649 or 16757587. OLE color: 16757587.

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

Color convert

RGB 83 179 255 -
CMYK 0.67 0.30 0 0
HSL 206.51º 1% 0.66% -
HSV(B) 206.51º 0.67% 1% -
XYZ 37.74 41.3 100.59 -
YUV 158.96 182.2 73.82 -
System Red Green Blue C M Y K H S L
Decimal 83 179 255 0.67 0.30 0 0 206.51 1 0.66
Hex 53 B3 FF 43 1E 0 0 CF 64 42
Octal 123 263 377 103 36 0 0 317 144 102
Binary 1010011 10110011 11111111 1000011 11110 0 0 11001111 1100100 1000010

Color Harmonies of #53B3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B3FF

Black with #53B3FF

Text Example


Text Example

White with #53B3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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