Html Css Color HEX #53C5EC Malibu

📋 copy color: '#53C5EC'

red 83 ◦ green 197 ◦ blue 236

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

Shades of Malibu #53C5EC

Tints of Malibu #53C5EC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.18%

 BLUE value IS 236 (92.58% from 255) = 45.74%

R = 16.09%
G = 38.18%
B = 45.74%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#53C5EC (or 0x53C5EC) is known color: Malibu. HEX triplet: 53, C5 and EC. RGB value is (83,197,236). Sum of RGB (Red+Green+Blue) = 83+197+236=516 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.09% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #53C5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C5EC is #AC3A13. Grayscale: #A7A7A7. Windows color (decimal): -11287060 or 15517011. OLE color: 15517011.

HSL color Cylindrical-coordinate representation of color #53C5EC: hue angle of 195.29º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53C5EC is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 197 236 -
CMYK 0.65 0.17 0 0.07
HSL 195.29º 0.8% 0.63% -
HSV(B) 195.29º 0.65% 0.93% -
XYZ 38.67 47.83 86.55 -
YUV 167.36 166.73 67.83 -
System Red Green Blue C M Y K H S L
Decimal 83 197 236 0.65 0.17 0 0.07 195.29 0.8 0.63
Hex 53 C5 EC 41 11 0 7 C3 50 3F
Octal 123 305 354 101 21 0 7 303 120 77
Binary 1010011 11000101 11101100 1000001 10001 0 111 11000011 1010000 111111

Color Harmonies of #53C5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C5EC

Black with #53C5EC

Text Example


Text Example

White with #53C5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,197,236); }

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

background-color css

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

 a { background-color: rgb(83,197,236); }

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

border-color css

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

 span { border-color: rgb(83,197,236); }

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