Html Css Color HEX #53BAEC Malibu

📋 copy color: '#53BAEC'

red 83 ◦ green 186 ◦ blue 236

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

Shades of Malibu #53BAEC

Tints of Malibu #53BAEC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.83%

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

R = 16.44%
G = 36.83%
B = 46.73%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#53BAEC (or 0x53BAEC) is known color: Malibu. HEX triplet: 53, BA and EC. RGB value is (83,186,236). Sum of RGB (Red+Green+Blue) = 83+186+236=505 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.44% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #53BAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BAEC is #AC4513. Grayscale: #A0A0A0. Windows color (decimal): -11289876 or 15514195. OLE color: 15514195.

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

Color convert

RGB 83 186 236 -
CMYK 0.65 0.21 0 0.07
HSL 199.61º 0.8% 0.63% -
HSV(B) 199.61º 0.65% 0.93% -
XYZ 36.27 43.01 85.75 -
YUV 160.9 170.38 72.43 -
System Red Green Blue C M Y K H S L
Decimal 83 186 236 0.65 0.21 0 0.07 199.61 0.8 0.63
Hex 53 BA EC 41 15 0 7 C8 50 3F
Octal 123 272 354 101 25 0 7 310 120 77
Binary 1010011 10111010 11101100 1000001 10101 0 111 11001000 1010000 111111

Color Harmonies of #53BAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BAEC

Black with #53BAEC

Text Example


Text Example

White with #53BAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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