#61B2DC

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

Shades of Malibu #61B2DC

Tints of Malibu #61B2DC

Color information

#61B2DC (or 0x61B2DC) is unknown color: approx Malibu. HEX triplet: 61, B2 and DC. RGB value is (97,178,220). Sum of RGB (Red+Green+Blue) = 97+178+220=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #61B2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61B2DC is #9E4D23. Grayscale: #9E9E9E. Windows color (decimal): -10374436 or 14463585. OLE color: 14463585.

HSL color Cylindrical-coordinate representation of color #61B2DC: hue angle of 200.49º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61B2DC is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB97178220-
CMYK0.560.1900.14
HSL200.49º63.73%62.16%-
HSV(B)200.49º55.91%86.27%-
XYZ33.7739.5573.56-
YUV158.57162.6684.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.60%
GREEN value IS 178 (69.92% from 255) = 35.96%
BLUE value IS 220 (86.33% from 255) = 44.44%
R=19.60%
G=35.96%
B=44.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal971782200.560.1900.14200.4963.7362.16
Hex61B2DC38130Ec8403e
Octal141262334702301631010076
Binary110000110110010110111001110001001101110110010001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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