Html Css Color HEX #51C1DF Malibu

📋 copy color: '#51C1DF'

red 81 ◦ green 193 ◦ blue 223

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

Shades of Malibu #51C1DF

Tints of Malibu #51C1DF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.83%

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 16.3%
G = 38.83%
B = 44.87%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#51C1DF (or 0x51C1DF) is known color: Malibu. HEX triplet: 51, C1 and DF. RGB value is (81,193,223). Sum of RGB (Red+Green+Blue) = 81+193+223=497 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.30% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #51C1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C1DF is #AE3E20. Grayscale: #A2A2A2. Windows color (decimal): -11419169 or 14664017. OLE color: 14664017.

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

Color convert

RGB 81 193 223 -
CMYK 0.64 0.13 0 0.13
HSL 192.68º 0.69% 0.6% -
HSV(B) 192.68º 0.64% 0.87% -
XYZ 35.78 45.22 76.65 -
YUV 162.93 161.89 69.56 -
System Red Green Blue C M Y K H S L
Decimal 81 193 223 0.64 0.13 0 0.13 192.68 0.69 0.6
Hex 51 C1 DF 40 D 0 D C1 45 3C
Octal 121 301 337 100 15 0 15 301 105 74
Binary 1010001 11000001 11011111 1000000 1101 0 1101 11000001 1000101 111100

Color Harmonies of #51C1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51C1DF

Black with #51C1DF

Text Example


Text Example

White with #51C1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,193,223); }

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

background-color css

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

 a { background-color: rgb(81,193,223); }

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

border-color css

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

 span { border-color: rgb(81,193,223); }

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