#51BBF4

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

Shades of Malibu #51BBF4

Tints of Malibu #51BBF4

Color information

#51BBF4 (or 0x51BBF4) is unknown color: approx Malibu. HEX triplet: 51, BB and F4. RGB value is (81,187,244). Sum of RGB (Red+Green+Blue) = 81+187+244=512 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.82% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 244 (95.70% from 255 or 47.66% from 512); Max value from RGB is 244 - color contains mainly: blue. Hex color #51BBF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BBF4 is #AE440B. Grayscale: #A1A1A1. Windows color (decimal): -11420684 or 16038737. OLE color: 16038737.

HSL color Cylindrical-coordinate representation of color #51BBF4: hue angle of 200.98º degrees, saturation: 0.88, 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 #51BBF4 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB81187244-
CMYK0.670.2300.04
HSL200.98º88.11%63.73%-
HSV(B)200.98º66.8%95.69%-
XYZ37.4943.8292.07-
YUV161.8174.3870.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.82%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 244 (95.70% from 255) = 47.66%
R=15.82%
G=36.52%
B=47.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal811872440.670.2300.04200.9888.1163.73
Hex51BBF4431704c95840
Octal1212733641032704311130100
Binary1010001101110111111010010000111011101001100100110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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