Html Css Color HEX #53BEF0 Malibu

📋 copy color: '#53BEF0'

red 83 ◦ green 190 ◦ blue 240

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

Shades of Malibu #53BEF0

Tints of Malibu #53BEF0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.04%

 BLUE value IS 240 (94.14% from 255) = 46.78%

R = 16.18%
G = 37.04%
B = 46.78%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#53BEF0 (or 0x53BEF0) is known color: Malibu. HEX triplet: 53, BE and F0. RGB value is (83,190,240). Sum of RGB (Red+Green+Blue) = 83+190+240=513 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.18% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #53BEF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BEF0 is #AC410F. Grayscale: #A3A3A3. Windows color (decimal): -11288848 or 15777363. OLE color: 15777363.

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

Color convert

RGB 83 190 240 -
CMYK 0.65 0.21 0 0.06
HSL 199.11º 0.84% 0.63% -
HSV(B) 199.11º 0.65% 0.94% -
XYZ 37.71 44.96 89.13 -
YUV 163.71 171.05 70.43 -
System Red Green Blue C M Y K H S L
Decimal 83 190 240 0.65 0.21 0 0.06 199.11 0.84 0.63
Hex 53 BE F0 41 15 0 6 C7 54 3F
Octal 123 276 360 101 25 0 6 307 124 77
Binary 1010011 10111110 11110000 1000001 10101 0 110 11000111 1010100 111111

Color Harmonies of #53BEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BEF0

Black with #53BEF0

Text Example


Text Example

White with #53BEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,190,240); }

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

background-color css

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

 a { background-color: rgb(83,190,240); }

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

border-color css

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

 span { border-color: rgb(83,190,240); }

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