#61A8EB

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

Shades of Malibu #61A8EB

Tints of Malibu #61A8EB

Color information

#61A8EB (or 0x61A8EB) is unknown color: approx Malibu. HEX triplet: 61, A8 and EB. RGB value is (97,168,235). Sum of RGB (Red+Green+Blue) = 97+168+235=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #61A8EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A8EB is #9E5714. Grayscale: #9A9A9A. Windows color (decimal): -10376981 or 15444065. OLE color: 15444065.

HSL color Cylindrical-coordinate representation of color #61A8EB: hue angle of 209.13º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61A8EB is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB97168235-
CMYK0.590.2900.08
HSL209.13º77.53%65.1%-
HSV(B)209.13º58.72%92.16%-
XYZ33.9336.5483.86-
YUV154.41173.4887.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.4%
GREEN value IS 168 (66.02% from 255) = 33.6%
BLUE value IS 235 (92.19% from 255) = 47%
R=19.4%
G=33.6%
B=47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal971682350.590.2900.08209.1377.5365.1
Hex61A8EB3B1D08d14e41
Octal1412503537335010321116101
Binary1100001101010001110101111101111101010001101000110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,168,235); }

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

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

 a { background-color: rgb(97,168,235); }

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

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

 span { border-color: rgb(97,168,235); }

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