#61BCD5

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

Shades of Malibu #61BCD5

Tints of Malibu #61BCD5

Color information

#61BCD5 (or 0x61BCD5) is unknown color: approx Malibu. HEX triplet: 61, BC and D5. RGB value is (97,188,213). Sum of RGB (Red+Green+Blue) = 97+188+213=498 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.48% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #61BCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BCD5 is #9E432A. Grayscale: #A3A3A3. Windows color (decimal): -10371883 or 14007393. OLE color: 14007393.

HSL color Cylindrical-coordinate representation of color #61BCD5: hue angle of 192.93º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61BCD5 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB97188213-
CMYK0.540.1200.16
HSL192.93º58%60.78%-
HSV(B)192.93º54.46%83.53%-
XYZ34.9243.3169.47-
YUV163.64155.8580.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.48%
GREEN value IS 188 (73.83% from 255) = 37.75%
BLUE value IS 213 (83.59% from 255) = 42.77%
R=19.48%
G=37.75%
B=42.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal971882130.540.1200.16192.935860.78
Hex61BCD536C010c13a3d
Octal14127432566140203017275
Binary11000011011110011010101110110110001000011000001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,188,213); }

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

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

 a { background-color: rgb(97,188,213); }

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

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

 span { border-color: rgb(97,188,213); }

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