#61A9E5

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

Shades of Malibu #61A9E5

Tints of Malibu #61A9E5

Color information

#61A9E5 (or 0x61A9E5) is unknown color: approx Malibu. HEX triplet: 61, A9 and E5. RGB value is (97,169,229). Sum of RGB (Red+Green+Blue) = 97+169+229=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #61A9E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A9E5 is #9E561A. Grayscale: #9A9A9A. Windows color (decimal): -10376731 or 15051105. OLE color: 15051105.

HSL color Cylindrical-coordinate representation of color #61A9E5: hue angle of 207.27º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61A9E5 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB97169229-
CMYK0.580.2600.10
HSL207.27º71.74%63.92%-
HSV(B)207.27º57.64%89.8%-
XYZ33.2636.5779.44-
YUV154.31170.1587.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.60%
GREEN value IS 169 (66.41% from 255) = 34.14%
BLUE value IS 229 (89.84% from 255) = 46.26%
R=19.60%
G=34.14%
B=46.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal971692290.580.2600.10207.2771.7463.92
Hex61A9E53A1A0Acf4840
Octal1412513457232012317110100
Binary1100001101010011110010111101011010010101100111110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,169,229); }

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

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

 a { background-color: rgb(97,169,229); }

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

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

 span { border-color: rgb(97,169,229); }

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