#61C2EE

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

Shades of Malibu #61C2EE

Tints of Malibu #61C2EE

Color information

#61C2EE (or 0x61C2EE) is unknown color: approx Malibu. HEX triplet: 61, C2 and EE. RGB value is (97,194,238). Sum of RGB (Red+Green+Blue) = 97+194+238=529 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.34% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #61C2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C2EE is #9E3D11. Grayscale: #A9A9A9. Windows color (decimal): -10370322 or 15647329. OLE color: 15647329.

HSL color Cylindrical-coordinate representation of color #61C2EE: hue angle of 198.72º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61C2EE is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB97194238-
CMYK0.590.1800.07
HSL198.72º80.57%65.69%-
HSV(B)198.72º59.24%93.33%-
XYZ39.6547.387.93-
YUV170.01166.3675.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.34%
GREEN value IS 194 (76.17% from 255) = 36.67%
BLUE value IS 238 (93.36% from 255) = 44.99%
R=18.34%
G=36.67%
B=44.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal971942380.590.1800.07198.7280.5765.69
Hex61C2EE3B1207c75142
Octal141302356732207307121102
Binary110000111000010111011101110111001001111100011110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,194,238); }

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

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

 a { background-color: rgb(97,194,238); }

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

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

 span { border-color: rgb(97,194,238); }

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