#61BBD5

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

Shades of Malibu #61BBD5

Tints of Malibu #61BBD5

Color information

#61BBD5 (or 0x61BBD5) is unknown color: approx Malibu. HEX triplet: 61, BB and D5. RGB value is (97,187,213). Sum of RGB (Red+Green+Blue) = 97+187+213=497 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.52% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #61BBD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BBD5 is #9E442A. Grayscale: #A2A2A2. Windows color (decimal): -10372139 or 14007137. OLE color: 14007137.

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

Color convert

RGB97187213-
CMYK0.540.1200.16
HSL193.45º58%60.78%-
HSV(B)193.45º54.46%83.53%-
XYZ34.7142.8969.4-
YUV163.05156.1880.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.52%
GREEN value IS 187 (73.44% from 255) = 37.63%
BLUE value IS 213 (83.59% from 255) = 42.86%
R=19.52%
G=37.63%
B=42.86%

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
Decimal971872130.540.1200.16193.455860.78
Hex61BBD536C010c13a3d
Octal14127332566140203017275
Binary11000011011101111010101110110110001000011000001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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