#61C0EA

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

Shades of Malibu #61C0EA

Tints of Malibu #61C0EA

Color information

#61C0EA (or 0x61C0EA) is unknown color: approx Malibu. HEX triplet: 61, C0 and EA. RGB value is (97,192,234). Sum of RGB (Red+Green+Blue) = 97+192+234=523 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.55% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #61C0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C0EA is #9E3F15. Grayscale: #A8A8A8. Windows color (decimal): -10370838 or 15384673. OLE color: 15384673.

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

Color convert

RGB97192234-
CMYK0.590.1800.08
HSL198.39º76.54%64.9%-
HSV(B)198.39º58.55%91.76%-
XYZ38.6346.1884.72-
YUV168.38165.0377.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.55%
GREEN value IS 192 (75.39% from 255) = 36.71%
BLUE value IS 234 (91.80% from 255) = 44.74%
R=18.55%
G=36.71%
B=44.74%

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
Decimal971922340.590.1800.08198.3976.5464.9
Hex61C0EA3B1208c64d41
Octal1413003527322010306115101
Binary1100001110000001110101011101110010010001100011010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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