#61BCF0

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

Shades of Malibu #61BCF0

Tints of Malibu #61BCF0

Color information

#61BCF0 (or 0x61BCF0) is unknown color: approx Malibu. HEX triplet: 61, BC and F0. RGB value is (97,188,240). Sum of RGB (Red+Green+Blue) = 97+188+240=525 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.48% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #61BCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BCF0 is #9E430F. Grayscale: #A6A6A6. Windows color (decimal): -10371856 or 15776865. OLE color: 15776865.

HSL color Cylindrical-coordinate representation of color #61BCF0: hue angle of 201.82º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61BCF0 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB97188240-
CMYK0.600.2200.06
HSL201.82º82.66%66.08%-
HSV(B)201.82º59.58%94.12%-
XYZ38.6444.889.05-
YUV166.72169.3578.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.48%
GREEN value IS 188 (73.83% from 255) = 35.81%
BLUE value IS 240 (94.14% from 255) = 45.71%
R=18.48%
G=35.81%
B=45.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal971882400.600.2200.06201.8282.6666.08
Hex61BCF03C1606ca5342
Octal141274360742606312123102
Binary110000110111100111100001111001011001101100101010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,188,240); }

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

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

 a { background-color: rgb(97,188,240); }

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

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

 span { border-color: rgb(97,188,240); }

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