#51C1F8

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

Shades of Malibu #51C1F8

Tints of Malibu #51C1F8

Color information

#51C1F8 (or 0x51C1F8) is unknown color: approx Malibu. HEX triplet: 51, C1 and F8. RGB value is (81,193,248). Sum of RGB (Red+Green+Blue) = 81+193+248=522 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.52% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 248 (97.27% from 255 or 47.51% from 522); Max value from RGB is 248 - color contains mainly: blue. Hex color #51C1F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51C1F8 is #AE3E07. Grayscale: #A5A5A5. Windows color (decimal): -11419144 or 16302417. OLE color: 16302417.

HSL color Cylindrical-coordinate representation of color #51C1F8: hue angle of 199.76º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51C1F8 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB81193248-
CMYK0.670.2200.03
HSL199.76º92.27%64.51%-
HSV(B)199.76º67.34%97.25%-
XYZ39.4146.6795.74-
YUV165.78174.3967.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.52%
GREEN value IS 193 (75.78% from 255) = 36.97%
BLUE value IS 248 (97.27% from 255) = 47.51%
R=15.52%
G=36.97%
B=47.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal811932480.670.2200.03199.7692.2764.51
Hex51C1F8431603c85c41
Octal1213013701032603310134101
Binary101000111000001111110001000011101100111100100010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,193,248); }

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

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

 a { background-color: rgb(81,193,248); }

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

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

 span { border-color: rgb(81,193,248); }

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