#61C0EB

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

Shades of Malibu #61C0EB

Tints of Malibu #61C0EB

Color information

#61C0EB (or 0x61C0EB) is unknown color: approx Malibu. HEX triplet: 61, C0 and EB. RGB value is (97,192,235). Sum of RGB (Red+Green+Blue) = 97+192+235=524 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.51% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #61C0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C0EB is #9E3F14. Grayscale: #A8A8A8. Windows color (decimal): -10370837 or 15450209. OLE color: 15450209.

HSL color Cylindrical-coordinate representation of color #61C0EB: hue angle of 198.7º degrees, saturation: 0.78, 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 #61C0EB is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB97192235-
CMYK0.590.1800.08
HSL198.7º77.53%65.1%-
HSV(B)198.7º58.72%92.16%-
XYZ38.7746.2485.48-
YUV168.5165.5377-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.51%
GREEN value IS 192 (75.39% from 255) = 36.64%
BLUE value IS 235 (92.19% from 255) = 44.85%
R=18.51%
G=36.64%
B=44.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal971922350.590.1800.08198.777.5365.1
Hex61C0EB3B1208c74e41
Octal1413003537322010307116101
Binary1100001110000001110101111101110010010001100011110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,192,235); }

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

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

 a { background-color: rgb(97,192,235); }

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

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

 span { border-color: rgb(97,192,235); }

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