#61BDD2

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

Shades of Malibu #61BDD2

Tints of Malibu #61BDD2

Color information

#61BDD2 (or 0x61BDD2) is unknown color: approx Malibu. HEX triplet: 61, BD and D2. RGB value is (97,189,210). Sum of RGB (Red+Green+Blue) = 97+189+210=496 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.56% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 210 - color contains mainly: blue. Hex color #61BDD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BDD2 is #9E422D. Grayscale: #A3A3A3. Windows color (decimal): -10371630 or 13811041. OLE color: 13811041.

HSL color Cylindrical-coordinate representation of color #61BDD2: hue angle of 191.15º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61BDD2 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB97189210-
CMYK0.540.1000.18
HSL191.15º55.67%60.2%-
HSV(B)191.15º53.81%82.35%-
XYZ34.7643.5967.55-
YUV163.89154.0280.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.56%
GREEN value IS 189 (74.22% from 255) = 38.10%
BLUE value IS 210 (82.42% from 255) = 42.34%
R=19.56%
G=38.10%
B=42.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal971892100.540.1000.18191.1555.6760.2
Hex61BDD236A012bf383c
Octal14127532266120222777074
Binary11000011011110111010010110110101001001010111111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,189,210); }

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

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

 a { background-color: rgb(97,189,210); }

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

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

 span { border-color: rgb(97,189,210); }

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