#61B1DD

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

Shades of Malibu #61B1DD

Tints of Malibu #61B1DD

Color information

#61B1DD (or 0x61B1DD) is unknown color: approx Malibu. HEX triplet: 61, B1 and DD. RGB value is (97,177,221). Sum of RGB (Red+Green+Blue) = 97+177+221=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #61B1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61B1DD is #9E4E22. Grayscale: #9D9D9D. Windows color (decimal): -10374691 or 14528865. OLE color: 14528865.

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

Color convert

RGB97177221-
CMYK0.560.2000.13
HSL201.29º64.58%62.35%-
HSV(B)201.29º56.11%86.67%-
XYZ33.739.2174.2-
YUV158.1163.584.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.60%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 221 (86.72% from 255) = 44.65%
R=19.60%
G=35.76%
B=44.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal971772210.560.2000.13201.2964.5862.35
Hex61B1DD38140Dc9413e
Octal141261335702401531110176
Binary110000110110001110111011110001010001101110010011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,177,221); }

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

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

 a { background-color: rgb(97,177,221); }

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

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

 span { border-color: rgb(97,177,221); }

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