Html Css Color HEX #51BCEC Malibu

📋 copy color: '#51BCEC'

red 81 ◦ green 188 ◦ blue 236

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

Shades of Malibu #51BCEC

Tints of Malibu #51BCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 16.04%
G = 37.23%
B = 46.73%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#51BCEC (or 0x51BCEC) is known color: Malibu. HEX triplet: 51, BC and EC. RGB value is (81,188,236). Sum of RGB (Red+Green+Blue) = 81+188+236=505 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.04% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #51BCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BCEC is #AE4313. Grayscale: #A1A1A1. Windows color (decimal): -11420436 or 15514705. OLE color: 15514705.

HSL color Cylindrical-coordinate representation of color #51BCEC: hue angle of 198.58º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51BCEC is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 188 236 -
CMYK 0.66 0.20 0 0.07
HSL 198.58º 0.8% 0.62% -
HSV(B) 198.58º 0.66% 0.93% -
XYZ 36.52 43.77 85.88 -
YUV 161.48 170.05 70.6 -
System Red Green Blue C M Y K H S L
Decimal 81 188 236 0.66 0.20 0 0.07 198.58 0.8 0.62
Hex 51 BC EC 42 14 0 7 C7 50 3E
Octal 121 274 354 102 24 0 7 307 120 76
Binary 1010001 10111100 11101100 1000010 10100 0 111 11000111 1010000 111110

Color Harmonies of #51BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BCEC

Black with #51BCEC

Text Example


Text Example

White with #51BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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