#61BAD7

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

Shades of Malibu #61BAD7

Tints of Malibu #61BAD7

Color information

#61BAD7 (or 0x61BAD7) is unknown color: approx Malibu. HEX triplet: 61, BA and D7. RGB value is (97,186,215). Sum of RGB (Red+Green+Blue) = 97+186+215=498 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.48% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 215 (84.38% from 255 or 43.17% from 498); Max value from RGB is 215 - color contains mainly: blue. Hex color #61BAD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BAD7 is #9E4528. Grayscale: #A2A2A2. Windows color (decimal): -10372393 or 14137953. OLE color: 14137953.

HSL color Cylindrical-coordinate representation of color #61BAD7: hue angle of 194.75º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61BAD7 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB97186215-
CMYK0.550.1300.16
HSL194.75º59.6%61.18%-
HSV(B)194.75º54.88%84.31%-
XYZ34.7542.5770.67-
YUV162.7157.5181.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.48%
GREEN value IS 186 (73.05% from 255) = 37.35%
BLUE value IS 215 (84.38% from 255) = 43.17%
R=19.48%
G=37.35%
B=43.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal971862150.550.1300.16194.7559.661.18
Hex61BAD737D010c33c3d
Octal14127232767150203037475
Binary11000011011101011010111110111110101000011000011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,186,215); }

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

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

 a { background-color: rgb(97,186,215); }

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

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

 span { border-color: rgb(97,186,215); }

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