Html Css Color HEX #51B9EF Malibu

📋 copy color: '#51B9EF'

red 81 ◦ green 185 ◦ blue 239

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

Shades of Malibu #51B9EF

Tints of Malibu #51B9EF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.63%

 BLUE value IS 239 (93.75% from 255) = 47.33%

R = 16.04%
G = 36.63%
B = 47.33%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#51B9EF (or 0x51B9EF) is known color: Malibu. HEX triplet: 51, B9 and EF. RGB value is (81,185,239). Sum of RGB (Red+Green+Blue) = 81+185+239=505 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.04% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #51B9EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51B9EF is #AE4610. Grayscale: #9F9F9F. Windows color (decimal): -11421201 or 15710545. OLE color: 15710545.

HSL color Cylindrical-coordinate representation of color #51B9EF: hue angle of 200.51º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51B9EF is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 185 239 -
CMYK 0.66 0.23 0 0.06
HSL 200.51º 0.83% 0.63% -
HSV(B) 200.51º 0.66% 0.94% -
XYZ 36.32 42.68 87.98 -
YUV 160.06 172.54 71.61 -
System Red Green Blue C M Y K H S L
Decimal 81 185 239 0.66 0.23 0 0.06 200.51 0.83 0.63
Hex 51 B9 EF 42 17 0 6 C9 53 3F
Octal 121 271 357 102 27 0 6 311 123 77
Binary 1010001 10111001 11101111 1000010 10111 0 110 11001001 1010011 111111

Color Harmonies of #51B9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B9EF

Black with #51B9EF

Text Example


Text Example

White with #51B9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,185,239); }

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

background-color css

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

 a { background-color: rgb(81,185,239); }

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

border-color css

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

 span { border-color: rgb(81,185,239); }

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