#61BBDC

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

Shades of Malibu #61BBDC

Tints of Malibu #61BBDC

Color information

#61BBDC (or 0x61BBDC) is unknown color: approx Malibu. HEX triplet: 61, BB and DC. RGB value is (97,187,220). Sum of RGB (Red+Green+Blue) = 97+187+220=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #61BBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BBDC is #9E4423. Grayscale: #A3A3A3. Windows color (decimal): -10372132 or 14465889. OLE color: 14465889.

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

Color convert

RGB97187220-
CMYK0.560.1500.14
HSL196.1º63.73%62.16%-
HSV(B)196.1º55.91%86.27%-
XYZ35.6243.2574.18-
YUV163.85159.6880.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.25%
GREEN value IS 187 (73.44% from 255) = 37.10%
BLUE value IS 220 (86.33% from 255) = 43.65%
R=19.25%
G=37.10%
B=43.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal971872200.560.1500.14196.163.7362.16
Hex61BBDC38F0Ec4403e
Octal141273334701701630410076
Binary11000011011101111011100111000111101110110001001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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