#51BBF5

Color #51BBF5 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #51BBF5

Tints of Malibu #51BBF5

Color information

#51BBF5 (or 0x51BBF5) is unknown color: approx Malibu. HEX triplet: 51, BB and F5. RGB value is (81,187,245). Sum of RGB (Red+Green+Blue) = 81+187+245=513 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.79% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 245 (96.09% from 255 or 47.76% from 513); Max value from RGB is 245 - color contains mainly: blue. Hex color #51BBF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BBF5 is #AE440A. Grayscale: #A1A1A1. Windows color (decimal): -11420683 or 16104273. OLE color: 16104273.

HSL color Cylindrical-coordinate representation of color #51BBF5: hue angle of 201.22º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51BBF5 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB81187245-
CMYK0.670.2400.04
HSL201.22º89.13%63.92%-
HSV(B)201.22º66.94%96.08%-
XYZ37.6543.8892.87-
YUV161.92174.8870.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.79%
GREEN value IS 187 (73.44% from 255) = 36.45%
BLUE value IS 245 (96.09% from 255) = 47.76%
R=15.79%
G=36.45%
B=47.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal811872450.670.2400.04201.2289.1363.92
Hex51BBF5431804c95940
Octal1212733651033004311131100
Binary1010001101110111111010110000111100001001100100110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #51BBF5;
 }
 .AnyTagClassName
 {
   color: #51BBF5;
 }
</style>
background-color css

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

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

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

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

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

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