Html Css Color HEX #51B8E0 Malibu

📋 copy color: '#51B8E0'

red 81 ◦ green 184 ◦ blue 224

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

Shades of Malibu #51B8E0

Tints of Malibu #51B8E0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.63%

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

R = 16.56%
G = 37.63%
B = 45.81%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#51B8E0 (or 0x51B8E0) is known color: Malibu. HEX triplet: 51, B8 and E0. RGB value is (81,184,224). Sum of RGB (Red+Green+Blue) = 81+184+224=489 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.56% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #51B8E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B8E0 is #AE471F. Grayscale: #9D9D9D. Windows color (decimal): -11421472 or 14727249. OLE color: 14727249.

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

Color convert

RGB 81 184 224 -
CMYK 0.64 0.18 0 0.12
HSL 196.78º 0.7% 0.6% -
HSV(B) 196.78º 0.64% 0.88% -
XYZ 33.99 41.41 76.72 -
YUV 157.76 165.38 73.25 -
System Red Green Blue C M Y K H S L
Decimal 81 184 224 0.64 0.18 0 0.12 196.78 0.7 0.6
Hex 51 B8 E0 40 12 0 C C5 46 3C
Octal 121 270 340 100 22 0 14 305 106 74
Binary 1010001 10111000 11100000 1000000 10010 0 1100 11000101 1000110 111100

Color Harmonies of #51B8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B8E0

Black with #51B8E0

Text Example


Text Example

White with #51B8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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