#61B2D5

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

Shades of Malibu #61B2D5

Tints of Malibu #61B2D5

Color information

#61B2D5 (or 0x61B2D5) is unknown color: approx Malibu. HEX triplet: 61, B2 and D5. RGB value is (97,178,213). Sum of RGB (Red+Green+Blue) = 97+178+213=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #61B2D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61B2D5 is #9E4D2A. Grayscale: #9D9D9D. Windows color (decimal): -10374443 or 14004833. OLE color: 14004833.

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

Color convert

RGB97178213-
CMYK0.540.1600.16
HSL198.1º58%60.78%-
HSV(B)198.1º54.46%83.53%-
XYZ32.8639.1968.78-
YUV157.77159.1684.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.88%
GREEN value IS 178 (69.92% from 255) = 36.48%
BLUE value IS 213 (83.59% from 255) = 43.65%
R=19.88%
G=36.48%
B=43.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal971782130.540.1600.16198.15860.78
Hex61B2D53610010c63a3d
Octal14126232566200203067275
Binary110000110110010110101011101101000001000011000110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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