Html Css Color HEX #51BFE0 Malibu

📋 copy color: '#51BFE0'

red 81 ◦ green 191 ◦ blue 224

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

Shades of Malibu #51BFE0

Tints of Malibu #51BFE0

RGB

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

 GREEN value IS 191 (75% from 255) = 38.51%

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

R = 16.33%
G = 38.51%
B = 45.16%

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

#51BFE0 (or 0x51BFE0) is known color: Malibu. HEX triplet: 51, BF and E0. RGB value is (81,191,224). Sum of RGB (Red+Green+Blue) = 81+191+224=496 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.33% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #51BFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BFE0 is #AE401F. Grayscale: #A1A1A1. Windows color (decimal): -11419680 or 14729041. OLE color: 14729041.

HSL color Cylindrical-coordinate representation of color #51BFE0: hue angle of 193.85º 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 #51BFE0 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 81 191 224 -
CMYK 0.64 0.15 0 0.12
HSL 193.85º 0.7% 0.6% -
HSV(B) 193.85º 0.64% 0.88% -
XYZ 35.48 44.39 77.22 -
YUV 161.87 163.06 70.32 -
System Red Green Blue C M Y K H S L
Decimal 81 191 224 0.64 0.15 0 0.12 193.85 0.7 0.6
Hex 51 BF E0 40 F 0 C C2 46 3C
Octal 121 277 340 100 17 0 14 302 106 74
Binary 1010001 10111111 11100000 1000000 1111 0 1100 11000010 1000110 111100

Color Harmonies of #51BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BFE0

Black with #51BFE0

Text Example


Text Example

White with #51BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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