#51BBFC

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

Shades of Malibu #51BBFC

Tints of Malibu #51BBFC

Color information

#51BBFC (or 0x51BBFC) is unknown color: approx Malibu. HEX triplet: 51, BB and FC. RGB value is (81,187,252). Sum of RGB (Red+Green+Blue) = 81+187+252=520 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.58% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #51BBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BBFC is #AE4403. Grayscale: #A2A2A2. Windows color (decimal): -11420676 or 16563025. OLE color: 16563025.

HSL color Cylindrical-coordinate representation of color #51BBFC: hue angle of 202.81º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51BBFC is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB81187252-
CMYK0.680.2600.01
HSL202.81º96.61%65.29%-
HSV(B)202.81º67.86%98.82%-
XYZ38.7344.3298.61-
YUV162.72178.3869.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.58%
GREEN value IS 187 (73.44% from 255) = 35.96%
BLUE value IS 252 (98.83% from 255) = 48.46%
R=15.58%
G=35.96%
B=48.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal811872520.680.2600.01202.8196.6165.29
Hex51BBFC441A01cb6141
Octal1212733741043201313141101
Binary10100011011101111111100100010011010011100101111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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