Html Css Color HEX #51BBDF Malibu

📋 copy color: '#51BBDF'

red 81 ◦ green 187 ◦ blue 223

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

Shades of Malibu #51BBDF

Tints of Malibu #51BBDF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.09%

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 16.5%
G = 38.09%
B = 45.42%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#51BBDF (or 0x51BBDF) is known color: Malibu. HEX triplet: 51, BB and DF. RGB value is (81,187,223). Sum of RGB (Red+Green+Blue) = 81+187+223=491 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.50% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #51BBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BBDF is #AE4420. Grayscale: #9F9F9F. Windows color (decimal): -11420705 or 14662481. OLE color: 14662481.

HSL color Cylindrical-coordinate representation of color #51BBDF: hue angle of 195.21º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51BBDF is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 187 223 -
CMYK 0.64 0.16 0 0.13
HSL 195.21º 0.69% 0.6% -
HSV(B) 195.21º 0.64% 0.87% -
XYZ 34.48 42.62 76.22 -
YUV 159.41 163.88 72.07 -
System Red Green Blue C M Y K H S L
Decimal 81 187 223 0.64 0.16 0 0.13 195.21 0.69 0.6
Hex 51 BB DF 40 10 0 D C3 45 3C
Octal 121 273 337 100 20 0 15 303 105 74
Binary 1010001 10111011 11011111 1000000 10000 0 1101 11000011 1000101 111100

Color Harmonies of #51BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BBDF

Black with #51BBDF

Text Example


Text Example

White with #51BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,187,223); }

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

background-color css

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

 a { background-color: rgb(81,187,223); }

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

border-color css

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

 span { border-color: rgb(81,187,223); }

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