#61B4DF

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

Shades of Malibu #61B4DF

Tints of Malibu #61B4DF

Color information

#61B4DF (or 0x61B4DF) is unknown color: approx Malibu. HEX triplet: 61, B4 and DF. RGB value is (97,180,223). Sum of RGB (Red+Green+Blue) = 97+180+223=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #61B4DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B4DF is #9E4B20. Grayscale: #9F9F9F. Windows color (decimal): -10373921 or 14660705. OLE color: 14660705.

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

Color convert

RGB97180223-
CMYK0.570.1900.13
HSL200.48º66.32%62.75%-
HSV(B)200.48º56.5%87.45%-
XYZ34.5740.5175.81-
YUV160.08163.583-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.4%
GREEN value IS 180 (70.70% from 255) = 36%
BLUE value IS 223 (87.5% from 255) = 44.6%
R=19.4%
G=36%
B=44.6%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal971802230.570.1900.13200.4866.3262.75
Hex61B4DF39130Dc8423f
Octal141264337712301531010277
Binary110000110110100110111111110011001101101110010001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,180,223); }

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

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

 a { background-color: rgb(97,180,223); }

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

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

 span { border-color: rgb(97,180,223); }

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