Html Css Color HEX #53C0FB Maya Blue

📋 copy color: '#53C0FB'

red 83 ◦ green 192 ◦ blue 251

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

Shades of Maya Blue #53C0FB

Tints of Maya Blue #53C0FB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.5%

 BLUE value IS 251 (98.44% from 255) = 47.72%

R = 15.78%
G = 36.5%
B = 47.72%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#53C0FB (or 0x53C0FB) is known color: Maya Blue. HEX triplet: 53, C0 and FB. RGB value is (83,192,251). Sum of RGB (Red+Green+Blue) = 83+192+251=526 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.78% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #53C0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C0FB is #AC3F04. Grayscale: #A5A5A5. Windows color (decimal): -11288325 or 16498771. OLE color: 16498771.

HSL color Cylindrical-coordinate representation of color #53C0FB: hue angle of 201.07º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53C0FB is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 192 251 -
CMYK 0.67 0.24 0 0.02
HSL 201.07º 0.95% 0.65% -
HSV(B) 201.07º 0.67% 0.98% -
XYZ 39.83 46.5 98.14 -
YUV 166.14 175.89 68.7 -
System Red Green Blue C M Y K H S L
Decimal 83 192 251 0.67 0.24 0 0.02 201.07 0.95 0.65
Hex 53 C0 FB 43 18 0 2 C9 5F 41
Octal 123 300 373 103 30 0 2 311 137 101
Binary 1010011 11000000 11111011 1000011 11000 0 10 11001001 1011111 1000001

Color Harmonies of #53C0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C0FB

Black with #53C0FB

Text Example


Text Example

White with #53C0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,192,251); }

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

background-color css

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

 a { background-color: rgb(83,192,251); }

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

border-color css

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

 span { border-color: rgb(83,192,251); }

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