#61BED9

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

Shades of Malibu #61BED9

Tints of Malibu #61BED9

Color information

#61BED9 (or 0x61BED9) is unknown color: approx Malibu. HEX triplet: 61, BE and D9. RGB value is (97,190,217). Sum of RGB (Red+Green+Blue) = 97+190+217=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: blue. Hex color #61BED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BED9 is #9E4126. Grayscale: #A5A5A5. Windows color (decimal): -10371367 or 14270049. OLE color: 14270049.

HSL color Cylindrical-coordinate representation of color #61BED9: hue angle of 193.5º 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 #61BED9 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97190217-
CMYK0.550.1200.15
HSL193.5º61.22%61.57%-
HSV(B)193.5º55.3%85.1%-
XYZ35.8744.3872.32-
YUV165.27157.1979.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.25%
GREEN value IS 190 (74.61% from 255) = 37.70%
BLUE value IS 217 (85.16% from 255) = 43.06%
R=19.25%
G=37.70%
B=43.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971902170.550.1200.15193.561.2261.57
Hex61BED937C0Fc23d3e
Octal14127633167140173027576
Binary1100001101111101101100111011111000111111000010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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