Html Css Color HEX #53BCFF Maya Blue

📋 copy color: '#53BCFF'

red 83 ◦ green 188 ◦ blue 255

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

Shades of Maya Blue #53BCFF

Tints of Maya Blue #53BCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.74%

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

R = 15.78%
G = 35.74%
B = 48.48%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#53BCFF (or 0x53BCFF) is known color: Maya Blue. HEX triplet: 53, BC and FF. RGB value is (83,188,255). Sum of RGB (Red+Green+Blue) = 83+188+255=526 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.78% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #53BCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BCFF is #AC4300. Grayscale: #A3A3A3. Windows color (decimal): -11289345 or 16759891. OLE color: 16759891.

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

Color convert

RGB 83 188 255 -
CMYK 0.67 0.26 0 0
HSL 203.37º 1% 0.66% -
HSV(B) 203.37º 0.67% 1% -
XYZ 39.6 45.03 101.21 -
YUV 164.24 179.21 70.05 -
System Red Green Blue C M Y K H S L
Decimal 83 188 255 0.67 0.26 0 0 203.37 1 0.66
Hex 53 BC FF 43 1A 0 0 CB 64 42
Octal 123 274 377 103 32 0 0 313 144 102
Binary 1010011 10111100 11111111 1000011 11010 0 0 11001011 1100100 1000010

Color Harmonies of #53BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BCFF

Black with #53BCFF

Text Example


Text Example

White with #53BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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