Html Css Color HEX #51BCFB Malibu

📋 copy color: '#51BCFB'

red 81 ◦ green 188 ◦ blue 251

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

Shades of Malibu #51BCFB

Tints of Malibu #51BCFB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.15%

 BLUE value IS 251 (98.44% from 255) = 48.27%

R = 15.58%
G = 36.15%
B = 48.27%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#51BCFB (or 0x51BCFB) is known color: Malibu. HEX triplet: 51, BC and FB. RGB value is (81,188,251). Sum of RGB (Red+Green+Blue) = 81+188+251=520 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.58% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #51BCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BCFB is #AE4304. Grayscale: #A2A2A2. Windows color (decimal): -11420421 or 16497745. OLE color: 16497745.

HSL color Cylindrical-coordinate representation of color #51BCFB: hue angle of 202.24º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51BCFB is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 188 251 -
CMYK 0.68 0.25 0 0.02
HSL 202.24º 0.96% 0.65% -
HSV(B) 202.24º 0.68% 0.98% -
XYZ 38.79 44.68 97.85 -
YUV 163.19 177.55 69.38 -
System Red Green Blue C M Y K H S L
Decimal 81 188 251 0.68 0.25 0 0.02 202.24 0.96 0.65
Hex 51 BC FB 44 19 0 2 CA 60 41
Octal 121 274 373 104 31 0 2 312 140 101
Binary 1010001 10111100 11111011 1000100 11001 0 10 11001010 1100000 1000001

Color Harmonies of #51BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BCFB

Black with #51BCFB

Text Example


Text Example

White with #51BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,188,251); }

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

background-color css

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

 a { background-color: rgb(81,188,251); }

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

border-color css

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

 span { border-color: rgb(81,188,251); }

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