Html Css Color HEX #53BDFE Maya Blue

📋 copy color: '#53BDFE'

red 83 ◦ green 189 ◦ blue 254

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

Shades of Maya Blue #53BDFE

Tints of Maya Blue #53BDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.93%

 BLUE value IS 254 (99.61% from 255) = 48.29%

R = 15.78%
G = 35.93%
B = 48.29%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#53BDFE (or 0x53BDFE) is known color: Maya Blue. HEX triplet: 53, BD and FE. RGB value is (83,189,254). Sum of RGB (Red+Green+Blue) = 83+189+254=526 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.78% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #53BDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BDFE is #AC4201. Grayscale: #A4A4A4. Windows color (decimal): -11289090 or 16694611. OLE color: 16694611.

HSL color Cylindrical-coordinate representation of color #53BDFE: hue angle of 202.81º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53BDFE is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 83 189 254 -
CMYK 0.67 0.26 0 0.00
HSL 202.81º 0.99% 0.66% -
HSV(B) 202.81º 0.67% 1% -
XYZ 39.65 45.39 100.44 -
YUV 164.72 178.38 69.71 -
System Red Green Blue C M Y K H S L
Decimal 83 189 254 0.67 0.26 0 0.00 202.81 0.99 0.66
Hex 53 BD FE 43 1A 0 0 CB 63 42
Octal 123 275 376 103 32 0 0 313 143 102
Binary 1010011 10111101 11111110 1000011 11010 0 0 11001011 1100011 1000010

Color Harmonies of #53BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BDFE

Black with #53BDFE

Text Example


Text Example

White with #53BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,189,254); }

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

background-color css

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

 a { background-color: rgb(83,189,254); }

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

border-color css

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

 span { border-color: rgb(83,189,254); }

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