#61B9DA

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

Shades of Malibu #61B9DA

Tints of Malibu #61B9DA

Color information

#61B9DA (or 0x61B9DA) is unknown color: approx Malibu. HEX triplet: 61, B9 and DA. RGB value is (97,185,218). Sum of RGB (Red+Green+Blue) = 97+185+218=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #61B9DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B9DA is #9E4625. Grayscale: #A2A2A2. Windows color (decimal): -10372646 or 14334305. OLE color: 14334305.

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

Color convert

RGB97185218-
CMYK0.560.1500.15
HSL196.36º62.05%61.76%-
HSV(B)196.36º55.5%85.49%-
XYZ34.9342.372.65-
YUV162.45159.3581.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.4%
GREEN value IS 185 (72.66% from 255) = 37%
BLUE value IS 218 (85.55% from 255) = 43.6%
R=19.4%
G=37%
B=43.6%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971852180.560.1500.15196.3662.0561.76
Hex61B9DA38F0Fc43e3e
Octal14127133270170173047676
Binary1100001101110011101101011100011110111111000100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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