Html Css Color HEX #51BCE0 Malibu

📋 copy color: '#51BCE0'

red 81 ◦ green 188 ◦ blue 224

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

Shades of Malibu #51BCE0

Tints of Malibu #51BCE0

RGB

 RED value IS 81 (32.03% from 255) = 16.43%

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

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

R = 16.43%
G = 38.13%
B = 45.44%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#51BCE0 (or 0x51BCE0) is known color: Malibu. HEX triplet: 51, BC and E0. RGB value is (81,188,224). Sum of RGB (Red+Green+Blue) = 81+188+224=493 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.43% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #51BCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BCE0 is #AE431F. Grayscale: #9F9F9F. Windows color (decimal): -11420448 or 14728273. OLE color: 14728273.

HSL color Cylindrical-coordinate representation of color #51BCE0: hue angle of 195.1º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51BCE0 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 81 188 224 -
CMYK 0.64 0.16 0 0.12
HSL 195.1º 0.7% 0.6% -
HSV(B) 195.1º 0.64% 0.88% -
XYZ 34.83 43.1 77 -
YUV 160.11 164.05 71.57 -
System Red Green Blue C M Y K H S L
Decimal 81 188 224 0.64 0.16 0 0.12 195.1 0.7 0.6
Hex 51 BC E0 40 10 0 C C3 46 3C
Octal 121 274 340 100 20 0 14 303 106 74
Binary 1010001 10111100 11100000 1000000 10000 0 1100 11000011 1000110 111100

Color Harmonies of #51BCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BCE0

Black with #51BCE0

Text Example


Text Example

White with #51BCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51BCE0; }

 p { color: rgb(81,188,224); }

 H1.HeaderClassName
 {
   color: #51BCE0;
 }
 .AnyTagClassName
 {
   color: #51BCE0;
 }
</style>

background-color css

<style>
 a { background-color: #51BCE0; }

 a { background-color: rgb(81,188,224); }

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

border-color css

<style>
 span { border-color: #51BCE0; }

 span { border-color: rgb(81,188,224); }

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