#61ACF1

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

Shades of Malibu #61ACF1

Tints of Malibu #61ACF1

Color information

#61ACF1 (or 0x61ACF1) is unknown color: approx Malibu. HEX triplet: 61, AC and F1. RGB value is (97,172,241). Sum of RGB (Red+Green+Blue) = 97+172+241=510 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.02% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #61ACF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61ACF1 is #9E530E. Grayscale: #9D9D9D. Windows color (decimal): -10375951 or 15838305. OLE color: 15838305.

HSL color Cylindrical-coordinate representation of color #61ACF1: hue angle of 208.75º 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 #61ACF1 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB97172241-
CMYK0.600.2900.05
HSL208.75º83.72%66.27%-
HSV(B)208.75º59.75%94.51%-
XYZ35.5638.488.76-
YUV157.44175.1584.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.02%
GREEN value IS 172 (67.58% from 255) = 33.73%
BLUE value IS 241 (94.53% from 255) = 47.25%
R=19.02%
G=33.73%
B=47.25%

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
Decimal971722410.600.2900.05208.7583.7266.27
Hex61ACF13C1D05d15442
Octal141254361743505321124102
Binary110000110101100111100011111001110101011101000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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