Html Css Color HEX #51BEE0 Malibu

📋 copy color: '#51BEE0'

red 81 ◦ green 190 ◦ blue 224

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

Shades of Malibu #51BEE0

Tints of Malibu #51BEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.25%

R = 16.36%
G = 38.38%
B = 45.25%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#51BEE0 (or 0x51BEE0) is known color: Malibu. HEX triplet: 51, BE and E0. RGB value is (81,190,224). Sum of RGB (Red+Green+Blue) = 81+190+224=495 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.36% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #51BEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BEE0 is #AE411F. Grayscale: #A1A1A1. Windows color (decimal): -11419936 or 14728785. OLE color: 14728785.

HSL color Cylindrical-coordinate representation of color #51BEE0: hue angle of 194.27º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51BEE0 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 81 190 224 -
CMYK 0.64 0.15 0 0.12
HSL 194.27º 0.7% 0.6% -
HSV(B) 194.27º 0.64% 0.88% -
XYZ 35.26 43.96 77.15 -
YUV 161.29 163.39 70.74 -
System Red Green Blue C M Y K H S L
Decimal 81 190 224 0.64 0.15 0 0.12 194.27 0.7 0.6
Hex 51 BE E0 40 F 0 C C2 46 3C
Octal 121 276 340 100 17 0 14 302 106 74
Binary 1010001 10111110 11100000 1000000 1111 0 1100 11000010 1000110 111100

Color Harmonies of #51BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BEE0

Black with #51BEE0

Text Example


Text Example

White with #51BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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