#61B5DE

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

Shades of Malibu #61B5DE

Tints of Malibu #61B5DE

Color information

#61B5DE (or 0x61B5DE) is unknown color: approx Malibu. HEX triplet: 61, B5 and DE. RGB value is (97,181,222). Sum of RGB (Red+Green+Blue) = 97+181+222=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #61B5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B5DE is #9E4A21. Grayscale: #A0A0A0. Windows color (decimal): -10373666 or 14595425. OLE color: 14595425.

HSL color Cylindrical-coordinate representation of color #61B5DE: hue angle of 199.68º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61B5DE is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97181222-
CMYK0.560.1800.13
HSL199.68º65.45%62.55%-
HSV(B)199.68º56.31%87.06%-
XYZ34.6440.8675.17-
YUV160.56162.6782.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.4%
GREEN value IS 181 (71.09% from 255) = 36.2%
BLUE value IS 222 (87.11% from 255) = 44.4%
R=19.4%
G=36.2%
B=44.4%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal971812220.560.1800.13199.6865.4562.55
Hex61B5DE38120Dc8413f
Octal141265336702201531010177
Binary110000110110101110111101110001001001101110010001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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