#61B0EA

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

Shades of Malibu #61B0EA

Tints of Malibu #61B0EA

Color information

#61B0EA (or 0x61B0EA) is unknown color: approx Malibu. HEX triplet: 61, B0 and EA. RGB value is (97,176,234). Sum of RGB (Red+Green+Blue) = 97+176+234=507 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.13% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #61B0EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61B0EA is #9E4F15. Grayscale: #9E9E9E. Windows color (decimal): -10374934 or 15380577. OLE color: 15380577.

HSL color Cylindrical-coordinate representation of color #61B0EA: hue angle of 205.4º degrees, saturation: 0.77, 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 #61B0EA is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB97176234-
CMYK0.590.2500.08
HSL205.4º76.54%64.9%-
HSV(B)205.4º58.55%91.76%-
XYZ35.3139.5383.61-
YUV158.99170.3383.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.13%
GREEN value IS 176 (69.14% from 255) = 34.71%
BLUE value IS 234 (91.80% from 255) = 46.15%
R=19.13%
G=34.71%
B=46.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal971762340.590.2500.08205.476.5464.9
Hex61B0EA3B1908cd4d41
Octal1412603527331010315115101
Binary1100001101100001110101011101111001010001100110110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,176,234); }

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

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

 a { background-color: rgb(97,176,234); }

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

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

 span { border-color: rgb(97,176,234); }

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