Html Css Color HEX #51C0DD Malibu

📋 copy color: '#51C0DD'

red 81 ◦ green 192 ◦ blue 221

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

Shades of Malibu #51C0DD

Tints of Malibu #51C0DD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.87%

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 16.4%
G = 38.87%
B = 44.74%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#51C0DD (or 0x51C0DD) is known color: Malibu. HEX triplet: 51, C0 and DD. RGB value is (81,192,221). Sum of RGB (Red+Green+Blue) = 81+192+221=494 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.40% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #51C0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C0DD is #AE3F22. Grayscale: #A1A1A1. Windows color (decimal): -11419427 or 14532689. OLE color: 14532689.

HSL color Cylindrical-coordinate representation of color #51C0DD: hue angle of 192.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51C0DD is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 192 221 -
CMYK 0.63 0.13 0 0.13
HSL 192.43º 0.67% 0.59% -
HSV(B) 192.43º 0.63% 0.87% -
XYZ 35.29 44.67 75.17 -
YUV 162.12 161.23 70.14 -
System Red Green Blue C M Y K H S L
Decimal 81 192 221 0.63 0.13 0 0.13 192.43 0.67 0.59
Hex 51 C0 DD 3F D 0 D C0 43 3B
Octal 121 300 335 77 15 0 15 300 103 73
Binary 1010001 11000000 11011101 111111 1101 0 1101 11000000 1000011 111011

Color Harmonies of #51C0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51C0DD

Black with #51C0DD

Text Example


Text Example

White with #51C0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,192,221); }

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

background-color css

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

 a { background-color: rgb(81,192,221); }

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

border-color css

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

 span { border-color: rgb(81,192,221); }

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