#61C4EA

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

Shades of Malibu #61C4EA

Tints of Malibu #61C4EA

Color information

#61C4EA (or 0x61C4EA) is unknown color: approx Malibu. HEX triplet: 61, C4 and EA. RGB value is (97,196,234). Sum of RGB (Red+Green+Blue) = 97+196+234=527 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.41% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #61C4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C4EA is #9E3B15. Grayscale: #AAAAAA. Windows color (decimal): -10369814 or 15385697. OLE color: 15385697.

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

Color convert

RGB97196234-
CMYK0.590.1600.08
HSL196.64º76.54%64.9%-
HSV(B)196.64º58.55%91.76%-
XYZ39.5247.9685.02-
YUV170.73163.775.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.41%
GREEN value IS 196 (76.95% from 255) = 37.19%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=18.41%
G=37.19%
B=44.40%

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
Decimal971962340.590.1600.08196.6476.5464.9
Hex61C4EA3B1008c54d41
Octal1413043527320010305115101
Binary1100001110001001110101011101110000010001100010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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