#61ABF1

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

Shades of Malibu #61ABF1

Tints of Malibu #61ABF1

Color information

#61ABF1 (or 0x61ABF1) is unknown color: approx Malibu. HEX triplet: 61, AB and F1. RGB value is (97,171,241). Sum of RGB (Red+Green+Blue) = 97+171+241=509 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.06% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #61ABF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61ABF1 is #9E540E. Grayscale: #9C9C9C. Windows color (decimal): -10376207 or 15838049. OLE color: 15838049.

HSL color Cylindrical-coordinate representation of color #61ABF1: hue angle of 209.17º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61ABF1 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB97171241-
CMYK0.600.2900.05
HSL209.17º83.72%66.27%-
HSV(B)209.17º59.75%94.51%-
XYZ35.3738.0288.69-
YUV156.85175.4885.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.06%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 241 (94.53% from 255) = 47.35%
R=19.06%
G=33.60%
B=47.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal971712410.600.2900.05209.1783.7266.27
Hex61ABF13C1D05d15442
Octal141253361743505321124102
Binary110000110101011111100011111001110101011101000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,171,241); }

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

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

 a { background-color: rgb(97,171,241); }

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

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

 span { border-color: rgb(97,171,241); }

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