#61BEDA

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

Shades of Malibu #61BEDA

Tints of Malibu #61BEDA

Color information

#61BEDA (or 0x61BEDA) is unknown color: approx Malibu. HEX triplet: 61, BE and DA. RGB value is (97,190,218). Sum of RGB (Red+Green+Blue) = 97+190+218=505 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.21% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #61BEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BEDA is #9E4125. Grayscale: #A5A5A5. Windows color (decimal): -10371366 or 14335585. OLE color: 14335585.

HSL color Cylindrical-coordinate representation of color #61BEDA: hue angle of 193.88º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61BEDA is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97190218-
CMYK0.560.1300.15
HSL193.88º62.05%61.76%-
HSV(B)193.88º55.5%85.49%-
XYZ3644.4373.01-
YUV165.38157.6979.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.21%
GREEN value IS 190 (74.61% from 255) = 37.62%
BLUE value IS 218 (85.55% from 255) = 43.17%
R=19.21%
G=37.62%
B=43.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971902180.560.1300.15193.8862.0561.76
Hex61BEDA38D0Fc23e3e
Octal14127633270150173027676
Binary1100001101111101101101011100011010111111000010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,190,218); }

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

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

 a { background-color: rgb(97,190,218); }

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

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

 span { border-color: rgb(97,190,218); }

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