#61B9D1

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

Shades of Malibu #61B9D1

Tints of Malibu #61B9D1

Color information

#61B9D1 (or 0x61B9D1) is unknown color: approx Malibu. HEX triplet: 61, B9 and D1. RGB value is (97,185,209). Sum of RGB (Red+Green+Blue) = 97+185+209=491 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.76% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #61B9D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B9D1 is #9E462E. Grayscale: #A1A1A1. Windows color (decimal): -10372655 or 13744481. OLE color: 13744481.

HSL color Cylindrical-coordinate representation of color #61B9D1: hue angle of 192.86º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61B9D1 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB97185209-
CMYK0.540.1100.18
HSL192.86º54.9%60%-
HSV(B)192.86º53.59%81.96%-
XYZ33.7941.8466.62-
YUV161.42154.8582.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.76%
GREEN value IS 185 (72.66% from 255) = 37.68%
BLUE value IS 209 (82.03% from 255) = 42.57%
R=19.76%
G=37.68%
B=42.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal971852090.540.1100.18192.8654.960
Hex61B9D136B012c1373c
Octal14127132166130223016774
Binary11000011011100111010001110110101101001011000001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,185,209); }

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

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

 a { background-color: rgb(97,185,209); }

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

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

 span { border-color: rgb(97,185,209); }

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