#61C3EA

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

Shades of Malibu #61C3EA

Tints of Malibu #61C3EA

Color information

#61C3EA (or 0x61C3EA) is unknown color: approx Malibu. HEX triplet: 61, C3 and EA. RGB value is (97,195,234). Sum of RGB (Red+Green+Blue) = 97+195+234=526 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.44% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #61C3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C3EA is #9E3C15. Grayscale: #A9A9A9. Windows color (decimal): -10370070 or 15385441. OLE color: 15385441.

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

Color convert

RGB97195234-
CMYK0.590.1700.08
HSL197.08º76.54%64.9%-
HSV(B)197.08º58.55%91.76%-
XYZ39.347.5184.94-
YUV170.14164.0375.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.44%
GREEN value IS 195 (76.56% from 255) = 37.07%
BLUE value IS 234 (91.80% from 255) = 44.49%
R=18.44%
G=37.07%
B=44.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal971952340.590.1700.08197.0876.5464.9
Hex61C3EA3B1108c54d41
Octal1413033527321010305115101
Binary1100001110000111110101011101110001010001100010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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