Html Css Color HEX #51BBF2 Malibu

📋 copy color: '#51BBF2'

red 81 ◦ green 187 ◦ blue 242

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

Shades of Malibu #51BBF2

Tints of Malibu #51BBF2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.67%

 BLUE value IS 242 (94.92% from 255) = 47.45%

R = 15.88%
G = 36.67%
B = 47.45%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#51BBF2 (or 0x51BBF2) is known color: Malibu. HEX triplet: 51, BB and F2. RGB value is (81,187,242). Sum of RGB (Red+Green+Blue) = 81+187+242=510 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.88% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #51BBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BBF2 is #AE440D. Grayscale: #A1A1A1. Windows color (decimal): -11420686 or 15907665. OLE color: 15907665.

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

Color convert

RGB 81 187 242 -
CMYK 0.67 0.23 0 0.05
HSL 200.5º 0.86% 0.63% -
HSV(B) 200.5º 0.67% 0.95% -
XYZ 37.19 43.7 90.48 -
YUV 161.58 173.38 70.53 -
System Red Green Blue C M Y K H S L
Decimal 81 187 242 0.67 0.23 0 0.05 200.5 0.86 0.63
Hex 51 BB F2 43 17 0 5 C8 56 3F
Octal 121 273 362 103 27 0 5 310 126 77
Binary 1010001 10111011 11110010 1000011 10111 0 101 11001000 1010110 111111

Color Harmonies of #51BBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BBF2

Black with #51BBF2

Text Example


Text Example

White with #51BBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,187,242); }

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

background-color css

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

 a { background-color: rgb(81,187,242); }

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

border-color css

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

 span { border-color: rgb(81,187,242); }

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