Html Css Color HEX #53BCEC Malibu

📋 copy color: '#53BCEC'

red 83 ◦ green 188 ◦ blue 236

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

Shades of Malibu #53BCEC

Tints of Malibu #53BCEC

RGB

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

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

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

R = 16.37%
G = 37.08%
B = 46.55%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#53BCEC (or 0x53BCEC) is known color: Malibu. HEX triplet: 53, BC and EC. RGB value is (83,188,236). Sum of RGB (Red+Green+Blue) = 83+188+236=507 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.37% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #53BCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BCEC is #AC4313. Grayscale: #A1A1A1. Windows color (decimal): -11289364 or 15514707. OLE color: 15514707.

HSL color Cylindrical-coordinate representation of color #53BCEC: hue angle of 198.82º 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 #53BCEC is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 188 236 -
CMYK 0.65 0.20 0 0.07
HSL 198.82º 0.8% 0.63% -
HSV(B) 198.82º 0.65% 0.93% -
XYZ 36.69 43.86 85.89 -
YUV 162.08 169.71 71.6 -
System Red Green Blue C M Y K H S L
Decimal 83 188 236 0.65 0.20 0 0.07 198.82 0.8 0.63
Hex 53 BC EC 41 14 0 7 C7 50 3F
Octal 123 274 354 101 24 0 7 307 120 77
Binary 1010011 10111100 11101100 1000001 10100 0 111 11000111 1010000 111111

Color Harmonies of #53BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BCEC

Black with #53BCEC

Text Example


Text Example

White with #53BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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