Html Css Color HEX #53B0ED Malibu

📋 copy color: '#53B0ED'

red 83 ◦ green 176 ◦ blue 237

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

Shades of Malibu #53B0ED

Tints of Malibu #53B0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 16.73%
G = 35.48%
B = 47.78%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#53B0ED (or 0x53B0ED) is known color: Malibu. HEX triplet: 53, B0 and ED. RGB value is (83,176,237). Sum of RGB (Red+Green+Blue) = 83+176+237=496 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.73% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #53B0ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53B0ED is #AC4F12. Grayscale: #9A9A9A. Windows color (decimal): -11292435 or 15577171. OLE color: 15577171.

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

Color convert

RGB 83 176 237 -
CMYK 0.65 0.26 0 0.07
HSL 203.77º 0.81% 0.63% -
HSV(B) 203.77º 0.65% 0.93% -
XYZ 34.38 39 85.84 -
YUV 155.15 174.19 76.54 -
System Red Green Blue C M Y K H S L
Decimal 83 176 237 0.65 0.26 0 0.07 203.77 0.81 0.63
Hex 53 B0 ED 41 1A 0 7 CC 51 3F
Octal 123 260 355 101 32 0 7 314 121 77
Binary 1010011 10110000 11101101 1000001 11010 0 111 11001100 1010001 111111

Color Harmonies of #53B0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B0ED

Black with #53B0ED

Text Example


Text Example

White with #53B0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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