Html Css Color HEX #53BCDF Malibu

📋 copy color: '#53BCDF'

red 83 ◦ green 188 ◦ blue 223

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

Shades of Malibu #53BCDF

Tints of Malibu #53BCDF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.06%

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 16.8%
G = 38.06%
B = 45.14%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#53BCDF (or 0x53BCDF) is known color: Malibu. HEX triplet: 53, BC and DF. RGB value is (83,188,223). Sum of RGB (Red+Green+Blue) = 83+188+223=494 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.80% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #53BCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BCDF is #AC4320. Grayscale: #A0A0A0. Windows color (decimal): -11289377 or 14662739. OLE color: 14662739.

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

Color convert

RGB 83 188 223 -
CMYK 0.63 0.16 0 0.13
HSL 195º 0.69% 0.6% -
HSV(B) 195º 0.63% 0.87% -
XYZ 34.87 43.13 76.3 -
YUV 160.6 163.21 72.65 -
System Red Green Blue C M Y K H S L
Decimal 83 188 223 0.63 0.16 0 0.13 195 0.69 0.6
Hex 53 BC DF 3F 10 0 D C3 45 3C
Octal 123 274 337 77 20 0 15 303 105 74
Binary 1010011 10111100 11011111 111111 10000 0 1101 11000011 1000101 111100

Color Harmonies of #53BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BCDF

Black with #53BCDF

Text Example


Text Example

White with #53BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,188,223); }

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

background-color css

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

 a { background-color: rgb(83,188,223); }

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

border-color css

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

 span { border-color: rgb(83,188,223); }

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