Html Css Color HEX #53BCFD Maya Blue

📋 copy color: '#53BCFD'

red 83 ◦ green 188 ◦ blue 253

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

Shades of Maya Blue #53BCFD

Tints of Maya Blue #53BCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.28%

R = 15.84%
G = 35.88%
B = 48.28%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#53BCFD (or 0x53BCFD) is known color: Maya Blue. HEX triplet: 53, BC and FD. RGB value is (83,188,253). Sum of RGB (Red+Green+Blue) = 83+188+253=524 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.84% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #53BCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BCFD is #AC4302. Grayscale: #A3A3A3. Windows color (decimal): -11289347 or 16628819. OLE color: 16628819.

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

Color convert

RGB 83 188 253 -
CMYK 0.67 0.26 0 0.01
HSL 202.94º 0.98% 0.66% -
HSV(B) 202.94º 0.67% 0.99% -
XYZ 39.28 44.9 99.52 -
YUV 164.02 178.21 70.21 -
System Red Green Blue C M Y K H S L
Decimal 83 188 253 0.67 0.26 0 0.01 202.94 0.98 0.66
Hex 53 BC FD 43 1A 0 1 CB 62 42
Octal 123 274 375 103 32 0 1 313 142 102
Binary 1010011 10111100 11111101 1000011 11010 0 1 11001011 1100010 1000010

Color Harmonies of #53BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BCFD

Black with #53BCFD

Text Example


Text Example

White with #53BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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