#61B5DC

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

Shades of Malibu #61B5DC

Tints of Malibu #61B5DC

Color information

#61B5DC (or 0x61B5DC) is unknown color: approx Malibu. HEX triplet: 61, B5 and DC. RGB value is (97,181,220). Sum of RGB (Red+Green+Blue) = 97+181+220=498 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.48% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #61B5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B5DC is #9E4A23. Grayscale: #A0A0A0. Windows color (decimal): -10373668 or 14464353. OLE color: 14464353.

HSL color Cylindrical-coordinate representation of color #61B5DC: hue angle of 199.02º 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 #61B5DC is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB97181220-
CMYK0.560.1800.14
HSL199.02º63.73%62.16%-
HSV(B)199.02º55.91%86.27%-
XYZ34.3740.7673.77-
YUV160.33161.6782.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.48%
GREEN value IS 181 (71.09% from 255) = 36.35%
BLUE value IS 220 (86.33% from 255) = 44.18%
R=19.48%
G=36.35%
B=44.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal971812200.560.1800.14199.0263.7362.16
Hex61B5DC38120Ec7403e
Octal141265334702201630710076
Binary110000110110101110111001110001001001110110001111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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