Html Css Color HEX #53BCDC Malibu

📋 copy color: '#53BCDC'

red 83 ◦ green 188 ◦ blue 220

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

Shades of Malibu #53BCDC

Tints of Malibu #53BCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 16.9%
G = 38.29%
B = 44.81%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#53BCDC (or 0x53BCDC) is known color: Malibu. HEX triplet: 53, BC and DC. RGB value is (83,188,220). Sum of RGB (Red+Green+Blue) = 83+188+220=491 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.90% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #53BCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BCDC is #AC4323. Grayscale: #A0A0A0. Windows color (decimal): -11289380 or 14466131. OLE color: 14466131.

HSL color Cylindrical-coordinate representation of color #53BCDC: hue angle of 194.01º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53BCDC is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 188 220 -
CMYK 0.62 0.15 0 0.14
HSL 194.01º 0.66% 0.59% -
HSV(B) 194.01º 0.62% 0.86% -
XYZ 34.47 42.97 74.19 -
YUV 160.25 161.71 72.9 -
System Red Green Blue C M Y K H S L
Decimal 83 188 220 0.62 0.15 0 0.14 194.01 0.66 0.59
Hex 53 BC DC 3E F 0 E C2 42 3B
Octal 123 274 334 76 17 0 16 302 102 73
Binary 1010011 10111100 11011100 111110 1111 0 1110 11000010 1000010 111011

Color Harmonies of #53BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BCDC

Black with #53BCDC

Text Example


Text Example

White with #53BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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