Html Css Color HEX #51B8F0 Malibu

📋 copy color: '#51B8F0'

red 81 ◦ green 184 ◦ blue 240

#51B8F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #51B8F0

Tints of Malibu #51B8F0

RGB

 RED value IS 81 (32.03% from 255) = 16.04%

 GREEN value IS 184 (72.27% from 255) = 36.44%

 BLUE value IS 240 (94.14% from 255) = 47.52%

R = 16.04%
G = 36.44%
B = 47.52%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#51B8F0 (or 0x51B8F0) is known color: Malibu. HEX triplet: 51, B8 and F0. RGB value is (81,184,240). Sum of RGB (Red+Green+Blue) = 81+184+240=505 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.04% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #51B8F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51B8F0 is #AE470F. Grayscale: #9F9F9F. Windows color (decimal): -11421456 or 15775825. OLE color: 15775825.

HSL color Cylindrical-coordinate representation of color #51B8F0: hue angle of 201.13º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51B8F0 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 184 240 -
CMYK 0.66 0.23 0 0.06
HSL 201.13º 0.84% 0.63% -
HSV(B) 201.13º 0.66% 0.94% -
XYZ 36.26 42.32 88.7 -
YUV 159.59 173.38 71.95 -
System Red Green Blue C M Y K H S L
Decimal 81 184 240 0.66 0.23 0 0.06 201.13 0.84 0.63
Hex 51 B8 F0 42 17 0 6 C9 54 3F
Octal 121 270 360 102 27 0 6 311 124 77
Binary 1010001 10111000 11110000 1000010 10111 0 110 11001001 1010100 111111

Color Harmonies of #51B8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B8F0

Black with #51B8F0

Text Example


Text Example

White with #51B8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,184,240); }

 H1.HeaderClassName
 {
   color: #51B8F0;
 }
 .AnyTagClassName
 {
   color: #51B8F0;
 }
</style>

background-color css

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

 a { background-color: rgb(81,184,240); }

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

border-color css

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

 span { border-color: rgb(81,184,240); }

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