#61B5DB

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

Shades of Malibu #61B5DB

Tints of Malibu #61B5DB

Color information

#61B5DB (or 0x61B5DB) is unknown color: approx Malibu. HEX triplet: 61, B5 and DB. RGB value is (97,181,219). Sum of RGB (Red+Green+Blue) = 97+181+219=497 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.52% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #61B5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B5DB is #9E4A24. Grayscale: #9F9F9F. Windows color (decimal): -10373669 or 14398817. OLE color: 14398817.

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

Color convert

RGB97181219-
CMYK0.560.1700.14
HSL198.69º62.89%61.96%-
HSV(B)198.69º55.71%85.88%-
XYZ34.2440.773.07-
YUV160.22161.1782.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.52%
GREEN value IS 181 (71.09% from 255) = 36.42%
BLUE value IS 219 (85.94% from 255) = 44.06%
R=19.52%
G=36.42%
B=44.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal971812190.560.1700.14198.6962.8961.96
Hex61B5DB38110Ec73f3e
Octal14126533370210163077776
Binary11000011011010111011011111000100010111011000111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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