#61bcda

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

Shades of Malibu #61BCDA

Tints of Malibu #61BCDA

Color information

#61BCDA (or 0x61BCDA) is unknown color: approx Malibu. HEX triplet: 61, BC and DA. RGB value is (97,188,218). Sum of RGB (Red+Green+Blue) = 97+188+218=503 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.28% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #61BCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BCDA is #9E4325. Grayscale: #A3A3A3. Windows color (decimal): -10371878 or 14335073. OLE color: 14335073.

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

Color convert

RGB97188218-
CMYK0.560.1400.15
HSL194.88º62.05%61.76%-
HSV(B)194.88º55.5%85.49%-
XYZ35.5743.5772.86-
YUV164.21158.3580.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.28%
GREEN value IS 188 (73.83% from 255) = 37.38%
BLUE value IS 218 (85.55% from 255) = 43.34%
R=19.28%
G=37.38%
B=43.34%

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
Decimal971882180.560.1400.15194.8862.0561.76
Hex61BCDA38E0Fc33e3e
Octal14127433270160173037676
Binary1100001101111001101101011100011100111111000011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61bcda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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