Html Css Color HEX #51B0FF Malibu

📋 copy color: '#51B0FF'

red 81 ◦ green 176 ◦ blue 255

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

Shades of Malibu #51B0FF

Tints of Malibu #51B0FF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.38%

 BLUE value IS 255 (100% from 255) = 49.8%

R = 15.82%
G = 34.38%
B = 49.8%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#51B0FF (or 0x51B0FF) is known color: Malibu. HEX triplet: 51, B0 and FF. RGB value is (81,176,255). Sum of RGB (Red+Green+Blue) = 81+176+255=512 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.82% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #51B0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51B0FF is #AE4F00. Grayscale: #9C9C9C. Windows color (decimal): -11423489 or 16756817. OLE color: 16756817.

HSL color Cylindrical-coordinate representation of color #51B0FF: hue angle of 207.24º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51B0FF is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 81 176 255 -
CMYK 0.68 0.31 0 0
HSL 207.24º 1% 0.66% -
HSV(B) 207.24º 0.68% 1% -
XYZ 36.97 40.02 100.38 -
YUV 156.6 183.53 74.08 -
System Red Green Blue C M Y K H S L
Decimal 81 176 255 0.68 0.31 0 0 207.24 1 0.66
Hex 51 B0 FF 44 1F 0 0 CF 64 42
Octal 121 260 377 104 37 0 0 317 144 102
Binary 1010001 10110000 11111111 1000100 11111 0 0 11001111 1100100 1000010

Color Harmonies of #51B0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B0FF

Black with #51B0FF

Text Example


Text Example

White with #51B0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,176,255); }

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

background-color css

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

 a { background-color: rgb(81,176,255); }

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

border-color css

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

 span { border-color: rgb(81,176,255); }

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