#61B5DA

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

Shades of Malibu #61B5DA

Tints of Malibu #61B5DA

Color information

#61B5DA (or 0x61B5DA) is unknown color: approx Malibu. HEX triplet: 61, B5 and DA. RGB value is (97,181,218). Sum of RGB (Red+Green+Blue) = 97+181+218=496 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.56% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #61B5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B5DA is #9E4A25. Grayscale: #9F9F9F. Windows color (decimal): -10373670 or 14333281. OLE color: 14333281.

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

Color convert

RGB97181218-
CMYK0.560.1700.15
HSL198.35º62.05%61.76%-
HSV(B)198.35º55.5%85.49%-
XYZ34.1140.6572.38-
YUV160.1160.6782.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.56%
GREEN value IS 181 (71.09% from 255) = 36.49%
BLUE value IS 218 (85.55% from 255) = 43.95%
R=19.56%
G=36.49%
B=43.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971812180.560.1700.15198.3562.0561.76
Hex61B5DA38110Fc63e3e
Octal14126533270210173067676
Binary11000011011010111011010111000100010111111000110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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