#61C5EA

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

Shades of Malibu #61C5EA

Tints of Malibu #61C5EA

Color information

#61C5EA (or 0x61C5EA) is unknown color: approx Malibu. HEX triplet: 61, C5 and EA. RGB value is (97,197,234). Sum of RGB (Red+Green+Blue) = 97+197+234=528 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.37% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #61C5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C5EA is #9E3A15. Grayscale: #ABABAB. Windows color (decimal): -10369558 or 15385953. OLE color: 15385953.

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

Color convert

RGB97197234-
CMYK0.590.1600.08
HSL196.2º76.54%64.9%-
HSV(B)196.2º58.55%91.76%-
XYZ39.7548.4185.09-
YUV171.32163.3774.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.37%
GREEN value IS 197 (77.34% from 255) = 37.31%
BLUE value IS 234 (91.80% from 255) = 44.32%
R=18.37%
G=37.31%
B=44.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal971972340.590.1600.08196.276.5464.9
Hex61C5EA3B1008c44d41
Octal1413053527320010304115101
Binary1100001110001011110101011101110000010001100010010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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