#61B9D7

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

Shades of Malibu #61B9D7

Tints of Malibu #61B9D7

Color information

#61B9D7 (or 0x61B9D7) is unknown color: approx Malibu. HEX triplet: 61, B9 and D7. RGB value is (97,185,215). Sum of RGB (Red+Green+Blue) = 97+185+215=497 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.52% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 215 - color contains mainly: blue. Hex color #61B9D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B9D7 is #9E4628. Grayscale: #A1A1A1. Windows color (decimal): -10372649 or 14137697. OLE color: 14137697.

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

Color convert

RGB97185215-
CMYK0.550.1400.16
HSL195.25º59.6%61.18%-
HSV(B)195.25º54.88%84.31%-
XYZ34.5442.1570.6-
YUV162.11157.8581.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.52%
GREEN value IS 185 (72.66% from 255) = 37.22%
BLUE value IS 215 (84.38% from 255) = 43.26%
R=19.52%
G=37.22%
B=43.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal971852150.550.1400.16195.2559.661.18
Hex61B9D737E010c33c3d
Octal14127132767160203037475
Binary11000011011100111010111110111111001000011000011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,185,215); }

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

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

 a { background-color: rgb(97,185,215); }

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

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

 span { border-color: rgb(97,185,215); }

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