#61BBD3

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

Shades of Malibu #61BBD3

Tints of Malibu #61BBD3

Color information

#61BBD3 (or 0x61BBD3) is unknown color: approx Malibu. HEX triplet: 61, BB and D3. RGB value is (97,187,211). Sum of RGB (Red+Green+Blue) = 97+187+211=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 211 (82.81% from 255 or 42.63% from 495); Max value from RGB is 211 - color contains mainly: blue. Hex color #61BBD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BBD3 is #9E442C. Grayscale: #A2A2A2. Windows color (decimal): -10372141 or 13876065. OLE color: 13876065.

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

Color convert

RGB97187211-
CMYK0.540.1100.17
HSL192.63º56.44%60.39%-
HSV(B)192.63º54.03%82.75%-
XYZ34.4642.7968.07-
YUV162.83155.1881.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.60%
GREEN value IS 187 (73.44% from 255) = 37.78%
BLUE value IS 211 (82.81% from 255) = 42.63%
R=19.60%
G=37.78%
B=42.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal971872110.540.1100.17192.6356.4460.39
Hex61BBD336B011c1383c
Octal14127332366130213017074
Binary11000011011101111010011110110101101000111000001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,187,211); }

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

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

 a { background-color: rgb(97,187,211); }

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

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

 span { border-color: rgb(97,187,211); }

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