#61BEEA

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

Shades of Malibu #61BEEA

Tints of Malibu #61BEEA

Color information

#61BEEA (or 0x61BEEA) is unknown color: approx Malibu. HEX triplet: 61, BE and EA. RGB value is (97,190,234). Sum of RGB (Red+Green+Blue) = 97+190+234=521 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.62% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #61BEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BEEA is #9E4115. Grayscale: #A6A6A6. Windows color (decimal): -10371350 or 15384161. OLE color: 15384161.

HSL color Cylindrical-coordinate representation of color #61BEEA: hue angle of 199.27º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61BEEA is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB97190234-
CMYK0.590.1900.08
HSL199.27º76.54%64.9%-
HSV(B)199.27º58.55%91.76%-
XYZ38.1945.3184.57-
YUV167.21165.6977.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.62%
GREEN value IS 190 (74.61% from 255) = 36.47%
BLUE value IS 234 (91.80% from 255) = 44.91%
R=18.62%
G=36.47%
B=44.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal971902340.590.1900.08199.2776.5464.9
Hex61BEEA3B1308c74d41
Octal1412763527323010307115101
Binary1100001101111101110101011101110011010001100011110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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