#61BBD8

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

Shades of Malibu #61BBD8

Tints of Malibu #61BBD8

Color information

#61BBD8 (or 0x61BBD8) is unknown color: approx Malibu. HEX triplet: 61, BB and D8. RGB value is (97,187,216). Sum of RGB (Red+Green+Blue) = 97+187+216=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #61BBD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BBD8 is #9E4427. Grayscale: #A3A3A3. Windows color (decimal): -10372136 or 14203745. OLE color: 14203745.

HSL color Cylindrical-coordinate representation of color #61BBD8: hue angle of 194.62º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61BBD8 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97187216-
CMYK0.550.1300.15
HSL194.62º60.41%61.37%-
HSV(B)194.62º55.09%84.71%-
XYZ35.0943.0471.42-
YUV163.4157.6880.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.4%
GREEN value IS 187 (73.44% from 255) = 37.4%
BLUE value IS 216 (84.77% from 255) = 43.2%
R=19.4%
G=37.4%
B=43.2%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971872160.550.1300.15194.6260.4161.37
Hex61BBD837D0Fc33c3d
Octal14127333067150173037475
Binary1100001101110111101100011011111010111111000011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,187,216); }

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

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

 a { background-color: rgb(97,187,216); }

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

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

 span { border-color: rgb(97,187,216); }

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