Html Css Color HEX #51BBF0 Malibu

📋 copy color: '#51BBF0'

red 81 ◦ green 187 ◦ blue 240

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

Shades of Malibu #51BBF0

Tints of Malibu #51BBF0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.81%

 BLUE value IS 240 (94.14% from 255) = 47.24%

R = 15.94%
G = 36.81%
B = 47.24%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#51BBF0 (or 0x51BBF0) is known color: Malibu. HEX triplet: 51, BB and F0. RGB value is (81,187,240). Sum of RGB (Red+Green+Blue) = 81+187+240=508 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.94% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #51BBF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BBF0 is #AE440F. Grayscale: #A1A1A1. Windows color (decimal): -11420688 or 15776593. OLE color: 15776593.

HSL color Cylindrical-coordinate representation of color #51BBF0: hue angle of 200º degrees, saturation: 0.84, 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 #51BBF0 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 187 240 -
CMYK 0.66 0.22 0 0.06
HSL 200º 0.84% 0.63% -
HSV(B) 200º 0.66% 0.94% -
XYZ 36.89 43.58 88.91 -
YUV 161.35 172.38 70.69 -
System Red Green Blue C M Y K H S L
Decimal 81 187 240 0.66 0.22 0 0.06 200 0.84 0.63
Hex 51 BB F0 42 16 0 6 C8 54 3F
Octal 121 273 360 102 26 0 6 310 124 77
Binary 1010001 10111011 11110000 1000010 10110 0 110 11001000 1010100 111111

Color Harmonies of #51BBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BBF0

Black with #51BBF0

Text Example


Text Example

White with #51BBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,187,240); }

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

background-color css

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

 a { background-color: rgb(81,187,240); }

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

border-color css

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

 span { border-color: rgb(81,187,240); }

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