#61B5D5

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

Shades of Malibu #61B5D5

Tints of Malibu #61B5D5

Color information

#61B5D5 (or 0x61B5D5) is unknown color: approx Malibu. HEX triplet: 61, B5 and D5. RGB value is (97,181,213). Sum of RGB (Red+Green+Blue) = 97+181+213=491 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.76% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #61B5D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B5D5 is #9E4A2A. Grayscale: #9F9F9F. Windows color (decimal): -10373675 or 14005601. OLE color: 14005601.

HSL color Cylindrical-coordinate representation of color #61B5D5: hue angle of 196.55º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61B5D5 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB97181213-
CMYK0.540.1500.16
HSL196.55º58%60.78%-
HSV(B)196.55º54.46%83.53%-
XYZ33.4640.3968.98-
YUV159.53158.1783.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.76%
GREEN value IS 181 (71.09% from 255) = 36.86%
BLUE value IS 213 (83.59% from 255) = 43.38%
R=19.76%
G=36.86%
B=43.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal971812130.540.1500.16196.555860.78
Hex61B5D536F010c53a3d
Octal14126532566170203057275
Binary11000011011010111010101110110111101000011000101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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