#61BBD9

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

Shades of Malibu #61BBD9

Tints of Malibu #61BBD9

Color information

#61BBD9 (or 0x61BBD9) is unknown color: approx Malibu. HEX triplet: 61, BB and D9. RGB value is (97,187,217). Sum of RGB (Red+Green+Blue) = 97+187+217=501 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.36% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 217 - color contains mainly: blue. Hex color #61BBD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BBD9 is #9E4426. Grayscale: #A3A3A3. Windows color (decimal): -10372135 or 14269281. OLE color: 14269281.

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

Color convert

RGB97187217-
CMYK0.550.1400.15
HSL195º61.22%61.57%-
HSV(B)195º55.3%85.1%-
XYZ35.2243.0972.11-
YUV163.51158.1880.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.36%
GREEN value IS 187 (73.44% from 255) = 37.33%
BLUE value IS 217 (85.16% from 255) = 43.31%
R=19.36%
G=37.33%
B=43.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971872170.550.1400.1519561.2261.57
Hex61BBD937E0Fc33d3e
Octal14127333167160173037576
Binary1100001101110111101100111011111100111111000011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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