Html Css Color HEX #53ABEF Malibu

📋 copy color: '#53ABEF'

red 83 ◦ green 171 ◦ blue 239

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

Shades of Malibu #53ABEF

Tints of Malibu #53ABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.48%

R = 16.84%
G = 34.69%
B = 48.48%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#53ABEF (or 0x53ABEF) is known color: Malibu. HEX triplet: 53, AB and EF. RGB value is (83,171,239). Sum of RGB (Red+Green+Blue) = 83+171+239=493 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.84% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #53ABEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53ABEF is #AC5410. Grayscale: #989898. Windows color (decimal): -11293713 or 15706963. OLE color: 15706963.

HSL color Cylindrical-coordinate representation of color #53ABEF: hue angle of 206.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53ABEF is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 171 239 -
CMYK 0.65 0.28 0 0.06
HSL 206.15º 0.83% 0.63% -
HSV(B) 206.15º 0.65% 0.94% -
XYZ 33.71 37.2 87.06 -
YUV 152.44 176.85 78.47 -
System Red Green Blue C M Y K H S L
Decimal 83 171 239 0.65 0.28 0 0.06 206.15 0.83 0.63
Hex 53 AB EF 41 1C 0 6 CE 53 3F
Octal 123 253 357 101 34 0 6 316 123 77
Binary 1010011 10101011 11101111 1000001 11100 0 110 11001110 1010011 111111

Color Harmonies of #53ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ABEF

Black with #53ABEF

Text Example


Text Example

White with #53ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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