Html Css Color HEX #51BFDF Malibu

📋 copy color: '#51BFDF'

red 81 ◦ green 191 ◦ blue 223

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

Shades of Malibu #51BFDF

Tints of Malibu #51BFDF

RGB

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

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

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

R = 16.36%
G = 38.59%
B = 45.05%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#51BFDF (or 0x51BFDF) is known color: Malibu. HEX triplet: 51, BF and DF. RGB value is (81,191,223). Sum of RGB (Red+Green+Blue) = 81+191+223=495 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.36% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #51BFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BFDF is #AE4020. Grayscale: #A1A1A1. Windows color (decimal): -11419681 or 14663505. OLE color: 14663505.

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

Color convert

RGB 81 191 223 -
CMYK 0.64 0.14 0 0.13
HSL 193.52º 0.69% 0.6% -
HSV(B) 193.52º 0.64% 0.87% -
XYZ 35.34 44.34 76.51 -
YUV 161.76 162.56 70.4 -
System Red Green Blue C M Y K H S L
Decimal 81 191 223 0.64 0.14 0 0.13 193.52 0.69 0.6
Hex 51 BF DF 40 E 0 D C2 45 3C
Octal 121 277 337 100 16 0 15 302 105 74
Binary 1010001 10111111 11011111 1000000 1110 0 1101 11000010 1000101 111100

Color Harmonies of #51BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BFDF

Black with #51BFDF

Text Example


Text Example

White with #51BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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