#61beef

Color #61BEEF Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #61BEEF

Tints of Malibu #61BEEF

Color information

#61BEEF (or 0x61BEEF) is unknown color: approx Malibu. HEX triplet: 61, BE and EF. RGB value is (97,190,239). Sum of RGB (Red+Green+Blue) = 97+190+239=526 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.44% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #61BEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BEEF is #9E4110. Grayscale: #A7A7A7. Windows color (decimal): -10371345 or 15711841. OLE color: 15711841.

HSL color Cylindrical-coordinate representation of color #61BEEF: hue angle of 200.7º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61BEEF is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB97190239-
CMYK0.590.2100.06
HSL200.7º81.61%65.88%-
HSV(B)200.7º59.41%93.73%-
XYZ38.9245.688.41-
YUV167.78168.1977.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.44%
GREEN value IS 190 (74.61% from 255) = 36.12%
BLUE value IS 239 (93.75% from 255) = 45.44%
R=18.44%
G=36.12%
B=45.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal971902390.590.2100.06200.781.6165.88
Hex61BEEF3B1506c95242
Octal141276357732506311122102
Binary110000110111110111011111110111010101101100100110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61beef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61beef; }

 p { color: rgb(97,190,239); }

 H1.HeaderClassName
 {
   color: #61beef;
 }
 .AnyTagClassName
 {
   color: #61beef;
 }
</style>
background-color css

<style>
 a { background-color: #61beef; }

 a { background-color: rgb(97,190,239); }

 div.DivClassName
 {
   background-color: #61beef;
 }
 .BgClassName
 {
   background-color: #61beef;
 }
</style>
border-color css

<style>
 span { border-color: #61beef; }

 span { border-color: rgb(97,190,239); }

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