#61ADF1

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

Shades of Malibu #61ADF1

Tints of Malibu #61ADF1

Color information

#61ADF1 (or 0x61ADF1) is unknown color: approx Malibu. HEX triplet: 61, AD and F1. RGB value is (97,173,241). Sum of RGB (Red+Green+Blue) = 97+173+241=511 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.98% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #61ADF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61ADF1 is #9E520E. Grayscale: #9D9D9D. Windows color (decimal): -10375695 or 15838561. OLE color: 15838561.

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

Color convert

RGB97173241-
CMYK0.600.2800.05
HSL208.33º83.72%66.27%-
HSV(B)208.33º59.75%94.51%-
XYZ35.7538.7888.82-
YUV158.03174.8284.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.98%
GREEN value IS 173 (67.97% from 255) = 33.86%
BLUE value IS 241 (94.53% from 255) = 47.16%
R=18.98%
G=33.86%
B=47.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal971732410.600.2800.05208.3383.7266.27
Hex61ADF13C1C05d05442
Octal141255361743405320124102
Binary110000110101101111100011111001110001011101000010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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