#51C7F8

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

Shades of Malibu #51C7F8

Tints of Malibu #51C7F8

Color information

#51C7F8 (or 0x51C7F8) is unknown color: approx Malibu. HEX triplet: 51, C7 and F8. RGB value is (81,199,248). Sum of RGB (Red+Green+Blue) = 81+199+248=528 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.34% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 248 - color contains mainly: blue. Hex color #51C7F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51C7F8 is #AE3807. Grayscale: #A8A8A8. Windows color (decimal): -11417608 or 16303953. OLE color: 16303953.

HSL color Cylindrical-coordinate representation of color #51C7F8: hue angle of 197.6º 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 #51C7F8 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB81199248-
CMYK0.670.2000.03
HSL197.6º92.27%64.51%-
HSV(B)197.6º67.34%97.25%-
XYZ40.7649.3796.19-
YUV169.3172.4165.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.34%
GREEN value IS 199 (78.12% from 255) = 37.69%
BLUE value IS 248 (97.27% from 255) = 46.97%
R=15.34%
G=37.69%
B=46.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal811992480.670.2000.03197.692.2764.51
Hex51C7F8431403c65c41
Octal1213073701032403306134101
Binary101000111000111111110001000011101000111100011010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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