#61ABE8

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

Shades of Malibu #61ABE8

Tints of Malibu #61ABE8

Color information

#61ABE8 (or 0x61ABE8) is unknown color: approx Malibu. HEX triplet: 61, AB and E8. RGB value is (97,171,232). Sum of RGB (Red+Green+Blue) = 97+171+232=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 232 - color contains mainly: blue. Hex color #61ABE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61ABE8 is #9E5417. Grayscale: #9B9B9B. Windows color (decimal): -10376216 or 15248225. OLE color: 15248225.

HSL color Cylindrical-coordinate representation of color #61ABE8: hue angle of 207.11º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61ABE8 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB97171232-
CMYK0.580.2600.09
HSL207.11º74.59%64.51%-
HSV(B)207.11º58.19%90.98%-
XYZ34.0637.4981.79-
YUV155.83170.9886.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.4%
GREEN value IS 171 (67.19% from 255) = 34.2%
BLUE value IS 232 (91.02% from 255) = 46.4%
R=19.4%
G=34.2%
B=46.4%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal971712320.580.2600.09207.1174.5964.51
Hex61ABE83A1A09cf4b41
Octal1412533507232011317113101
Binary1100001101010111110100011101011010010011100111110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ABE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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