#61B5D1

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

Shades of Malibu #61B5D1

Tints of Malibu #61B5D1

Color information

#61B5D1 (or 0x61B5D1) is unknown color: approx Malibu. HEX triplet: 61, B5 and D1. RGB value is (97,181,209). Sum of RGB (Red+Green+Blue) = 97+181+209=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 209 - color contains mainly: blue. Hex color #61B5D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B5D1 is #9E4A2E. Grayscale: #9E9E9E. Windows color (decimal): -10373679 or 13743457. OLE color: 13743457.

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

Color convert

RGB97181209-
CMYK0.540.1300.18
HSL195º54.9%60%-
HSV(B)195º53.59%81.96%-
XYZ32.9640.1966.34-
YUV159.08156.1783.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.92%
GREEN value IS 181 (71.09% from 255) = 37.17%
BLUE value IS 209 (82.03% from 255) = 42.92%
R=19.92%
G=37.17%
B=42.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal971812090.540.1300.1819554.960
Hex61B5D136D012c3373c
Octal14126532166150223036774
Binary11000011011010111010001110110110101001011000011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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