Html Css Color HEX #51BFF1 Malibu

📋 copy color: '#51BFF1'

red 81 ◦ green 191 ◦ blue 241

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

Shades of Malibu #51BFF1

Tints of Malibu #51BFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.98%

R = 15.79%
G = 37.23%
B = 46.98%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#51BFF1 (or 0x51BFF1) is known color: Malibu. HEX triplet: 51, BF and F1. RGB value is (81,191,241). Sum of RGB (Red+Green+Blue) = 81+191+241=513 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.79% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #51BFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BFF1 is #AE400E. Grayscale: #A3A3A3. Windows color (decimal): -11419663 or 15843153. OLE color: 15843153.

HSL color Cylindrical-coordinate representation of color #51BFF1: hue angle of 198.75º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51BFF1 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 191 241 -
CMYK 0.66 0.21 0 0.05
HSL 198.75º 0.85% 0.63% -
HSV(B) 198.75º 0.66% 0.95% -
XYZ 37.9 45.36 89.98 -
YUV 163.81 171.56 68.93 -
System Red Green Blue C M Y K H S L
Decimal 81 191 241 0.66 0.21 0 0.05 198.75 0.85 0.63
Hex 51 BF F1 42 15 0 5 C7 55 3F
Octal 121 277 361 102 25 0 5 307 125 77
Binary 1010001 10111111 11110001 1000010 10101 0 101 11000111 1010101 111111

Color Harmonies of #51BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BFF1

Black with #51BFF1

Text Example


Text Example

White with #51BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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