Html Css Color HEX #53ABEC Malibu

📋 copy color: '#53ABEC'

red 83 ◦ green 171 ◦ blue 236

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

Shades of Malibu #53ABEC

Tints of Malibu #53ABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.9%

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

R = 16.94%
G = 34.9%
B = 48.16%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#53ABEC (or 0x53ABEC) is known color: Malibu. HEX triplet: 53, AB and EC. RGB value is (83,171,236). Sum of RGB (Red+Green+Blue) = 83+171+236=490 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.94% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #53ABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53ABEC is #AC5413. Grayscale: #979797. Windows color (decimal): -11293716 or 15510355. OLE color: 15510355.

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

Color convert

RGB 83 171 236 -
CMYK 0.65 0.28 0 0.07
HSL 205.49º 0.8% 0.63% -
HSV(B) 205.49º 0.65% 0.93% -
XYZ 33.27 37.02 84.75 -
YUV 152.1 175.35 78.71 -
System Red Green Blue C M Y K H S L
Decimal 83 171 236 0.65 0.28 0 0.07 205.49 0.8 0.63
Hex 53 AB EC 41 1C 0 7 CD 50 3F
Octal 123 253 354 101 34 0 7 315 120 77
Binary 1010011 10101011 11101100 1000001 11100 0 111 11001101 1010000 111111

Color Harmonies of #53ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ABEC

Black with #53ABEC

Text Example


Text Example

White with #53ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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