#61BFD0

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

Shades of Malibu #61BFD0

Tints of Malibu #61BFD0

Color information

#61BFD0 (or 0x61BFD0) is unknown color: approx Malibu. HEX triplet: 61, BF and D0. RGB value is (97,191,208). Sum of RGB (Red+Green+Blue) = 97+191+208=496 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.56% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #61BFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BFD0 is #9E402F. Grayscale: #A4A4A4. Windows color (decimal): -10371120 or 13680481. OLE color: 13680481.

HSL color Cylindrical-coordinate representation of color #61BFD0: hue angle of 189.19º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61BFD0 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB97191208-
CMYK0.530.0800.18
HSL189.19º54.15%59.8%-
HSV(B)189.19º53.37%81.57%-
XYZ34.9544.3666.39-
YUV164.83152.3679.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.56%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 208 (81.64% from 255) = 41.94%
R=19.56%
G=38.51%
B=41.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal971912080.530.0800.18189.1954.1559.8
Hex61BFD0358012bd363c
Octal14127732065100222756674
Binary11000011011111111010000110101100001001010111101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,191,208); }

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

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

 a { background-color: rgb(97,191,208); }

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

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

 span { border-color: rgb(97,191,208); }

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