Html Css Color HEX #51BEE2 Malibu

📋 copy color: '#51BEE2'

red 81 ◦ green 190 ◦ blue 226

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

Shades of Malibu #51BEE2

Tints of Malibu #51BEE2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.23%

 BLUE value IS 226 (88.67% from 255) = 45.47%

R = 16.3%
G = 38.23%
B = 45.47%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#51BEE2 (or 0x51BEE2) is known color: Malibu. HEX triplet: 51, BE and E2. RGB value is (81,190,226). Sum of RGB (Red+Green+Blue) = 81+190+226=497 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.30% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 226 (88.67% from 255 or 45.47% from 497); Max value from RGB is 226 - color contains mainly: blue. Hex color #51BEE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BEE2 is #AE411D. Grayscale: #A1A1A1. Windows color (decimal): -11419934 or 14859857. OLE color: 14859857.

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

Color convert

RGB 81 190 226 -
CMYK 0.64 0.16 0 0.11
HSL 194.9º 0.71% 0.6% -
HSV(B) 194.9º 0.64% 0.89% -
XYZ 35.53 44.07 78.58 -
YUV 161.51 164.39 70.57 -
System Red Green Blue C M Y K H S L
Decimal 81 190 226 0.64 0.16 0 0.11 194.9 0.71 0.6
Hex 51 BE E2 40 10 0 B C3 47 3C
Octal 121 276 342 100 20 0 13 303 107 74
Binary 1010001 10111110 11100010 1000000 10000 0 1011 11000011 1000111 111100

Color Harmonies of #51BEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BEE2

Black with #51BEE2

Text Example


Text Example

White with #51BEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,190,226); }

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

background-color css

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

 a { background-color: rgb(81,190,226); }

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

border-color css

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

 span { border-color: rgb(81,190,226); }

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