#61BBDA

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

Shades of Malibu #61BBDA

Tints of Malibu #61BBDA

Color information

#61BBDA (or 0x61BBDA) is unknown color: approx Malibu. HEX triplet: 61, BB and DA. RGB value is (97,187,218). Sum of RGB (Red+Green+Blue) = 97+187+218=502 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.32% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #61BBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BBDA is #9E4425. Grayscale: #A3A3A3. Windows color (decimal): -10372134 or 14334817. OLE color: 14334817.

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

Color convert

RGB97187218-
CMYK0.560.1400.15
HSL195.37º62.05%61.76%-
HSV(B)195.37º55.5%85.49%-
XYZ35.3543.1472.79-
YUV163.62158.6880.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.32%
GREEN value IS 187 (73.44% from 255) = 37.25%
BLUE value IS 218 (85.55% from 255) = 43.43%
R=19.32%
G=37.25%
B=43.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971872180.560.1400.15195.3762.0561.76
Hex61BBDA38E0Fc33e3e
Octal14127333270160173037676
Binary1100001101110111101101011100011100111111000011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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