#61B9DB

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

Shades of Malibu #61B9DB

Tints of Malibu #61B9DB

Color information

#61B9DB (or 0x61B9DB) is unknown color: approx Malibu. HEX triplet: 61, B9 and DB. RGB value is (97,185,219). Sum of RGB (Red+Green+Blue) = 97+185+219=501 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.36% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #61B9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B9DB is #9E4624. Grayscale: #A2A2A2. Windows color (decimal): -10372645 or 14399841. OLE color: 14399841.

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

Color convert

RGB97185219-
CMYK0.560.1600.14
HSL196.72º62.89%61.96%-
HSV(B)196.72º55.71%85.88%-
XYZ35.0642.3573.34-
YUV162.56159.8581.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.36%
GREEN value IS 185 (72.66% from 255) = 36.93%
BLUE value IS 219 (85.94% from 255) = 43.71%
R=19.36%
G=36.93%
B=43.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal971852190.560.1600.14196.7262.8961.96
Hex61B9DB38100Ec53f3e
Octal14127133370200163057776
Binary11000011011100111011011111000100000111011000101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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