Html Css Color HEX #53BEE0 Malibu

📋 copy color: '#53BEE0'

red 83 ◦ green 190 ◦ blue 224

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

Shades of Malibu #53BEE0

Tints of Malibu #53BEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.07%

R = 16.7%
G = 38.23%
B = 45.07%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#53BEE0 (or 0x53BEE0) is known color: Malibu. HEX triplet: 53, BE and E0. RGB value is (83,190,224). Sum of RGB (Red+Green+Blue) = 83+190+224=497 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.70% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #53BEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BEE0 is #AC411F. Grayscale: #A1A1A1. Windows color (decimal): -11288864 or 14728787. OLE color: 14728787.

HSL color Cylindrical-coordinate representation of color #53BEE0: hue angle of 194.47º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53BEE0 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 190 224 -
CMYK 0.63 0.15 0 0.12
HSL 194.47º 0.69% 0.6% -
HSV(B) 194.47º 0.63% 0.88% -
XYZ 35.44 44.05 77.16 -
YUV 161.88 163.05 71.74 -
System Red Green Blue C M Y K H S L
Decimal 83 190 224 0.63 0.15 0 0.12 194.47 0.69 0.6
Hex 53 BE E0 3F F 0 C C2 45 3C
Octal 123 276 340 77 17 0 14 302 105 74
Binary 1010011 10111110 11100000 111111 1111 0 1100 11000010 1000101 111100

Color Harmonies of #53BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BEE0

Black with #53BEE0

Text Example


Text Example

White with #53BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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