Html Css Color HEX #53B0E0 Malibu

📋 copy color: '#53B0E0'

red 83 ◦ green 176 ◦ blue 224

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

Shades of Malibu #53B0E0

Tints of Malibu #53B0E0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.44%

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

R = 17.18%
G = 36.44%
B = 46.38%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#53B0E0 (or 0x53B0E0) is known color: Malibu. HEX triplet: 53, B0 and E0. RGB value is (83,176,224). Sum of RGB (Red+Green+Blue) = 83+176+224=483 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.18% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: blue. Hex color #53B0E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53B0E0 is #AC4F1F. Grayscale: #999999. Windows color (decimal): -11292448 or 14725203. OLE color: 14725203.

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

Color convert

RGB 83 176 224 -
CMYK 0.63 0.21 0 0.12
HSL 200.43º 0.69% 0.6% -
HSV(B) 200.43º 0.63% 0.88% -
XYZ 32.55 38.27 76.19 -
YUV 153.67 167.69 77.6 -
System Red Green Blue C M Y K H S L
Decimal 83 176 224 0.63 0.21 0 0.12 200.43 0.69 0.6
Hex 53 B0 E0 3F 15 0 C C8 45 3C
Octal 123 260 340 77 25 0 14 310 105 74
Binary 1010011 10110000 11100000 111111 10101 0 1100 11001000 1000101 111100

Color Harmonies of #53B0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B0E0

Black with #53B0E0

Text Example


Text Example

White with #53B0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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