#61B5E0

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

Shades of Malibu #61B5E0

Tints of Malibu #61B5E0

Color information

#61B5E0 (or 0x61B5E0) is unknown color: approx Malibu. HEX triplet: 61, B5 and E0. RGB value is (97,181,224). Sum of RGB (Red+Green+Blue) = 97+181+224=502 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.32% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #61B5E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B5E0 is #9E4A1F. Grayscale: #A0A0A0. Windows color (decimal): -10373664 or 14726497. OLE color: 14726497.

HSL color Cylindrical-coordinate representation of color #61B5E0: hue angle of 200.31º degrees, saturation: 0.67, 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 #61B5E0 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB97181224-
CMYK0.570.1900.12
HSL200.31º67.2%62.94%-
HSV(B)200.31º56.7%87.84%-
XYZ34.9140.9776.59-
YUV160.79163.6782.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.32%
GREEN value IS 181 (71.09% from 255) = 36.06%
BLUE value IS 224 (87.89% from 255) = 44.62%
R=19.32%
G=36.06%
B=44.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal971812240.570.1900.12200.3167.262.94
Hex61B5E039130Cc8433f
Octal141265340712301431010377
Binary110000110110101111000001110011001101100110010001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,181,224); }

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

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

 a { background-color: rgb(97,181,224); }

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

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

 span { border-color: rgb(97,181,224); }

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