#61ADE1

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

Shades of Malibu #61ADE1

Tints of Malibu #61ADE1

Color information

#61ADE1 (or 0x61ADE1) is unknown color: approx Malibu. HEX triplet: 61, AD and E1. RGB value is (97,173,225). Sum of RGB (Red+Green+Blue) = 97+173+225=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #61ADE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ADE1 is #9E521E. Grayscale: #9B9B9B. Windows color (decimal): -10375711 or 14789985. OLE color: 14789985.

HSL color Cylindrical-coordinate representation of color #61ADE1: hue angle of 204.38º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61ADE1 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB97173225-
CMYK0.570.2300.12
HSL204.38º68.09%63.14%-
HSV(B)204.38º56.89%88.24%-
XYZ33.4637.8676.78-
YUV156.2166.8285.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.60%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 225 (88.28% from 255) = 45.45%
R=19.60%
G=34.95%
B=45.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal971732250.570.2300.12204.3868.0963.14
Hex61ADE139170Ccc443f
Octal141255341712701431410477
Binary110000110101101111000011110011011101100110011001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ADE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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